@tsonic/efcore-sqlserver 10.0.1 → 10.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Azure/bindings.json +686 -17
- package/Azure/internal/index.d.ts +37 -7
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +40 -9
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +9 -3
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +27 -4
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +1 -0
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +51 -30
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -1
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +114 -22
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +9 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +1 -0
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +85 -13
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +56 -6
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +6 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +10 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -10
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +8 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +209 -30
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +8 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +197 -27
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +38 -7
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +16 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +94 -28
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +6 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +2 -1
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -0
- package/Microsoft.Identity.Client.RP/bindings.json +10 -0
- package/Microsoft.Identity.Client.Region/bindings.json +29 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +1 -0
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +12 -5
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +8 -3
- package/Microsoft.IdentityModel.Logging.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +1 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +2 -1
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +17 -2
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
- package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +135 -35
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +1 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +22 -6
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +111 -17
- package/System.ClientModel.Primitives.d.ts +2 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +323 -51
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +3 -1
- package/System.Configuration.Provider.d.ts +1 -1
- package/System.Configuration.d.ts +3 -3
- package/System.Diagnostics/bindings.json +5 -0
- package/System.Drawing.Configuration/bindings.json +25 -0
- package/System.Drawing.Configuration/internal/index.d.ts +11 -3
- package/System.Drawing.Configuration.d.ts +5 -2
- package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +33 -19
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/package.json +1 -1
|
@@ -15,6 +15,28 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
20
|
+
"clrName": "System.Enum"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
25
|
+
"clrName": "System.IComparable"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
29
|
+
"clrName": "System.ISpanFormattable"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
33
|
+
"clrName": "System.IFormattable"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
37
|
+
"clrName": "System.IConvertible"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
18
40
|
"methods": [],
|
|
19
41
|
"properties": [],
|
|
20
42
|
"fields": [
|
|
@@ -26,6 +48,7 @@
|
|
|
26
48
|
"isStatic": false,
|
|
27
49
|
"isReadOnly": false,
|
|
28
50
|
"isLiteral": false,
|
|
51
|
+
"visibility": "Public",
|
|
29
52
|
"declaringClrType": "Microsoft.SqlServer.Server.DataAccessKind",
|
|
30
53
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
31
54
|
},
|
|
@@ -37,6 +60,7 @@
|
|
|
37
60
|
"isStatic": true,
|
|
38
61
|
"isReadOnly": false,
|
|
39
62
|
"isLiteral": true,
|
|
63
|
+
"visibility": "Public",
|
|
40
64
|
"declaringClrType": "Microsoft.SqlServer.Server.DataAccessKind",
|
|
41
65
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
42
66
|
},
|
|
@@ -48,6 +72,7 @@
|
|
|
48
72
|
"isStatic": true,
|
|
49
73
|
"isReadOnly": false,
|
|
50
74
|
"isLiteral": true,
|
|
75
|
+
"visibility": "Public",
|
|
51
76
|
"declaringClrType": "Microsoft.SqlServer.Server.DataAccessKind",
|
|
52
77
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
53
78
|
}
|
|
@@ -66,6 +91,28 @@
|
|
|
66
91
|
"isSealed": true,
|
|
67
92
|
"isStatic": false,
|
|
68
93
|
"arity": 0,
|
|
94
|
+
"baseType": {
|
|
95
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
96
|
+
"clrName": "System.Enum"
|
|
97
|
+
},
|
|
98
|
+
"interfaces": [
|
|
99
|
+
{
|
|
100
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
101
|
+
"clrName": "System.IComparable"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
105
|
+
"clrName": "System.ISpanFormattable"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
109
|
+
"clrName": "System.IFormattable"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
113
|
+
"clrName": "System.IConvertible"
|
|
114
|
+
}
|
|
115
|
+
],
|
|
69
116
|
"methods": [],
|
|
70
117
|
"properties": [],
|
|
71
118
|
"fields": [
|
|
@@ -77,6 +124,7 @@
|
|
|
77
124
|
"isStatic": false,
|
|
78
125
|
"isReadOnly": false,
|
|
79
126
|
"isLiteral": false,
|
|
127
|
+
"visibility": "Public",
|
|
80
128
|
"declaringClrType": "Microsoft.SqlServer.Server.Format",
|
|
81
129
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
82
130
|
},
|
|
@@ -88,6 +136,7 @@
|
|
|
88
136
|
"isStatic": true,
|
|
89
137
|
"isReadOnly": false,
|
|
90
138
|
"isLiteral": true,
|
|
139
|
+
"visibility": "Public",
|
|
91
140
|
"declaringClrType": "Microsoft.SqlServer.Server.Format",
|
|
92
141
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
93
142
|
},
|
|
@@ -99,6 +148,7 @@
|
|
|
99
148
|
"isStatic": true,
|
|
100
149
|
"isReadOnly": false,
|
|
101
150
|
"isLiteral": true,
|
|
151
|
+
"visibility": "Public",
|
|
102
152
|
"declaringClrType": "Microsoft.SqlServer.Server.Format",
|
|
103
153
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
104
154
|
},
|
|
@@ -110,6 +160,7 @@
|
|
|
110
160
|
"isStatic": true,
|
|
111
161
|
"isReadOnly": false,
|
|
112
162
|
"isLiteral": true,
|
|
163
|
+
"visibility": "Public",
|
|
113
164
|
"declaringClrType": "Microsoft.SqlServer.Server.Format",
|
|
114
165
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
115
166
|
}
|
|
@@ -128,6 +179,28 @@
|
|
|
128
179
|
"isSealed": true,
|
|
129
180
|
"isStatic": false,
|
|
130
181
|
"arity": 0,
|
|
182
|
+
"baseType": {
|
|
183
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
184
|
+
"clrName": "System.Enum"
|
|
185
|
+
},
|
|
186
|
+
"interfaces": [
|
|
187
|
+
{
|
|
188
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
189
|
+
"clrName": "System.IComparable"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
193
|
+
"clrName": "System.ISpanFormattable"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
197
|
+
"clrName": "System.IFormattable"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
201
|
+
"clrName": "System.IConvertible"
|
|
202
|
+
}
|
|
203
|
+
],
|
|
131
204
|
"methods": [],
|
|
132
205
|
"properties": [],
|
|
133
206
|
"fields": [
|
|
@@ -139,6 +212,7 @@
|
|
|
139
212
|
"isStatic": false,
|
|
140
213
|
"isReadOnly": false,
|
|
141
214
|
"isLiteral": false,
|
|
215
|
+
"visibility": "Public",
|
|
142
216
|
"declaringClrType": "Microsoft.SqlServer.Server.SystemDataAccessKind",
|
|
143
217
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
144
218
|
},
|
|
@@ -150,6 +224,7 @@
|
|
|
150
224
|
"isStatic": true,
|
|
151
225
|
"isReadOnly": false,
|
|
152
226
|
"isLiteral": true,
|
|
227
|
+
"visibility": "Public",
|
|
153
228
|
"declaringClrType": "Microsoft.SqlServer.Server.SystemDataAccessKind",
|
|
154
229
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
155
230
|
},
|
|
@@ -161,6 +236,7 @@
|
|
|
161
236
|
"isStatic": true,
|
|
162
237
|
"isReadOnly": false,
|
|
163
238
|
"isLiteral": true,
|
|
239
|
+
"visibility": "Public",
|
|
164
240
|
"declaringClrType": "Microsoft.SqlServer.Server.SystemDataAccessKind",
|
|
165
241
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
166
242
|
}
|
|
@@ -195,6 +271,7 @@
|
|
|
195
271
|
"isVirtual": true,
|
|
196
272
|
"isOverride": false,
|
|
197
273
|
"isSealed": false,
|
|
274
|
+
"visibility": "Public",
|
|
198
275
|
"declaringClrType": "Microsoft.SqlServer.Server.IBinarySerialize",
|
|
199
276
|
"declaringAssemblyName": "Microsoft.SqlServer.Server",
|
|
200
277
|
"isExtensionMethod": false
|
|
@@ -214,6 +291,7 @@
|
|
|
214
291
|
"isVirtual": true,
|
|
215
292
|
"isOverride": false,
|
|
216
293
|
"isSealed": false,
|
|
294
|
+
"visibility": "Public",
|
|
217
295
|
"declaringClrType": "Microsoft.SqlServer.Server.IBinarySerialize",
|
|
218
296
|
"declaringAssemblyName": "Microsoft.SqlServer.Server",
|
|
219
297
|
"isExtensionMethod": false
|
|
@@ -235,6 +313,16 @@
|
|
|
235
313
|
"isSealed": true,
|
|
236
314
|
"isStatic": false,
|
|
237
315
|
"arity": 0,
|
|
316
|
+
"baseType": {
|
|
317
|
+
"stableId": "System.Private.CoreLib:System.SystemException",
|
|
318
|
+
"clrName": "System.SystemException"
|
|
319
|
+
},
|
|
320
|
+
"interfaces": [
|
|
321
|
+
{
|
|
322
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
323
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
324
|
+
}
|
|
325
|
+
],
|
|
238
326
|
"methods": [
|
|
239
327
|
{
|
|
240
328
|
"stableId": "Microsoft.SqlServer.Server:Microsoft.SqlServer.Server.InvalidUdtException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
@@ -251,6 +339,7 @@
|
|
|
251
339
|
"isVirtual": true,
|
|
252
340
|
"isOverride": true,
|
|
253
341
|
"isSealed": false,
|
|
342
|
+
"visibility": "Public",
|
|
254
343
|
"declaringClrType": "Microsoft.SqlServer.Server.InvalidUdtException",
|
|
255
344
|
"declaringAssemblyName": "Microsoft.SqlServer.Server",
|
|
256
345
|
"isExtensionMethod": false
|
|
@@ -270,6 +359,7 @@
|
|
|
270
359
|
"isVirtual": false,
|
|
271
360
|
"isOverride": false,
|
|
272
361
|
"isSealed": false,
|
|
362
|
+
"visibility": "Public",
|
|
273
363
|
"declaringClrType": "Microsoft.SqlServer.Server.InvalidUdtException",
|
|
274
364
|
"declaringAssemblyName": "Microsoft.SqlServer.Server",
|
|
275
365
|
"isExtensionMethod": false
|
|
@@ -291,6 +381,10 @@
|
|
|
291
381
|
"isSealed": false,
|
|
292
382
|
"isStatic": false,
|
|
293
383
|
"arity": 0,
|
|
384
|
+
"baseType": {
|
|
385
|
+
"stableId": "System.Private.CoreLib:System.Attribute",
|
|
386
|
+
"clrName": "System.Attribute"
|
|
387
|
+
},
|
|
294
388
|
"methods": [],
|
|
295
389
|
"properties": [
|
|
296
390
|
{
|
|
@@ -308,6 +402,7 @@
|
|
|
308
402
|
"isAbstract": false,
|
|
309
403
|
"isVirtual": false,
|
|
310
404
|
"isOverride": false,
|
|
405
|
+
"visibility": "Public",
|
|
311
406
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlFacetAttribute",
|
|
312
407
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
313
408
|
},
|
|
@@ -326,6 +421,7 @@
|
|
|
326
421
|
"isAbstract": false,
|
|
327
422
|
"isVirtual": false,
|
|
328
423
|
"isOverride": false,
|
|
424
|
+
"visibility": "Public",
|
|
329
425
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlFacetAttribute",
|
|
330
426
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
331
427
|
},
|
|
@@ -344,6 +440,7 @@
|
|
|
344
440
|
"isAbstract": false,
|
|
345
441
|
"isVirtual": false,
|
|
346
442
|
"isOverride": false,
|
|
443
|
+
"visibility": "Public",
|
|
347
444
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlFacetAttribute",
|
|
348
445
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
349
446
|
},
|
|
@@ -362,6 +459,7 @@
|
|
|
362
459
|
"isAbstract": false,
|
|
363
460
|
"isVirtual": false,
|
|
364
461
|
"isOverride": false,
|
|
462
|
+
"visibility": "Public",
|
|
365
463
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlFacetAttribute",
|
|
366
464
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
367
465
|
},
|
|
@@ -380,6 +478,7 @@
|
|
|
380
478
|
"isAbstract": false,
|
|
381
479
|
"isVirtual": false,
|
|
382
480
|
"isOverride": false,
|
|
481
|
+
"visibility": "Public",
|
|
383
482
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlFacetAttribute",
|
|
384
483
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
385
484
|
}
|
|
@@ -394,6 +493,7 @@
|
|
|
394
493
|
"normalizedSignature": "constructor|():void|static=false",
|
|
395
494
|
"isStatic": false,
|
|
396
495
|
"parameterCount": 0,
|
|
496
|
+
"visibility": "Public",
|
|
397
497
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlFacetAttribute",
|
|
398
498
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
399
499
|
}
|
|
@@ -410,6 +510,10 @@
|
|
|
410
510
|
"isSealed": false,
|
|
411
511
|
"isStatic": false,
|
|
412
512
|
"arity": 0,
|
|
513
|
+
"baseType": {
|
|
514
|
+
"stableId": "System.Private.CoreLib:System.Attribute",
|
|
515
|
+
"clrName": "System.Attribute"
|
|
516
|
+
},
|
|
413
517
|
"methods": [],
|
|
414
518
|
"properties": [
|
|
415
519
|
{
|
|
@@ -427,6 +531,7 @@
|
|
|
427
531
|
"isAbstract": false,
|
|
428
532
|
"isVirtual": false,
|
|
429
533
|
"isOverride": false,
|
|
534
|
+
"visibility": "Public",
|
|
430
535
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlFunctionAttribute",
|
|
431
536
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
432
537
|
},
|
|
@@ -445,6 +550,7 @@
|
|
|
445
550
|
"isAbstract": false,
|
|
446
551
|
"isVirtual": false,
|
|
447
552
|
"isOverride": false,
|
|
553
|
+
"visibility": "Public",
|
|
448
554
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlFunctionAttribute",
|
|
449
555
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
450
556
|
},
|
|
@@ -463,6 +569,7 @@
|
|
|
463
569
|
"isAbstract": false,
|
|
464
570
|
"isVirtual": false,
|
|
465
571
|
"isOverride": false,
|
|
572
|
+
"visibility": "Public",
|
|
466
573
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlFunctionAttribute",
|
|
467
574
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
468
575
|
},
|
|
@@ -481,6 +588,7 @@
|
|
|
481
588
|
"isAbstract": false,
|
|
482
589
|
"isVirtual": false,
|
|
483
590
|
"isOverride": false,
|
|
591
|
+
"visibility": "Public",
|
|
484
592
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlFunctionAttribute",
|
|
485
593
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
486
594
|
},
|
|
@@ -499,6 +607,7 @@
|
|
|
499
607
|
"isAbstract": false,
|
|
500
608
|
"isVirtual": false,
|
|
501
609
|
"isOverride": false,
|
|
610
|
+
"visibility": "Public",
|
|
502
611
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlFunctionAttribute",
|
|
503
612
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
504
613
|
},
|
|
@@ -517,6 +626,7 @@
|
|
|
517
626
|
"isAbstract": false,
|
|
518
627
|
"isVirtual": false,
|
|
519
628
|
"isOverride": false,
|
|
629
|
+
"visibility": "Public",
|
|
520
630
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlFunctionAttribute",
|
|
521
631
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
522
632
|
},
|
|
@@ -535,6 +645,7 @@
|
|
|
535
645
|
"isAbstract": false,
|
|
536
646
|
"isVirtual": false,
|
|
537
647
|
"isOverride": false,
|
|
648
|
+
"visibility": "Public",
|
|
538
649
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlFunctionAttribute",
|
|
539
650
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
540
651
|
}
|
|
@@ -549,6 +660,7 @@
|
|
|
549
660
|
"normalizedSignature": "constructor|():void|static=false",
|
|
550
661
|
"isStatic": false,
|
|
551
662
|
"parameterCount": 0,
|
|
663
|
+
"visibility": "Public",
|
|
552
664
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlFunctionAttribute",
|
|
553
665
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
554
666
|
}
|
|
@@ -565,6 +677,10 @@
|
|
|
565
677
|
"isSealed": true,
|
|
566
678
|
"isStatic": false,
|
|
567
679
|
"arity": 0,
|
|
680
|
+
"baseType": {
|
|
681
|
+
"stableId": "Microsoft.SqlServer.Server:Microsoft.SqlServer.Server.SqlFunctionAttribute",
|
|
682
|
+
"clrName": "Microsoft.SqlServer.Server.SqlFunctionAttribute"
|
|
683
|
+
},
|
|
568
684
|
"methods": [],
|
|
569
685
|
"properties": [
|
|
570
686
|
{
|
|
@@ -582,6 +698,7 @@
|
|
|
582
698
|
"isAbstract": false,
|
|
583
699
|
"isVirtual": false,
|
|
584
700
|
"isOverride": false,
|
|
701
|
+
"visibility": "Public",
|
|
585
702
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlMethodAttribute",
|
|
586
703
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
587
704
|
},
|
|
@@ -600,6 +717,7 @@
|
|
|
600
717
|
"isAbstract": false,
|
|
601
718
|
"isVirtual": false,
|
|
602
719
|
"isOverride": false,
|
|
720
|
+
"visibility": "Public",
|
|
603
721
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlMethodAttribute",
|
|
604
722
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
605
723
|
},
|
|
@@ -618,6 +736,7 @@
|
|
|
618
736
|
"isAbstract": false,
|
|
619
737
|
"isVirtual": false,
|
|
620
738
|
"isOverride": false,
|
|
739
|
+
"visibility": "Public",
|
|
621
740
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlMethodAttribute",
|
|
622
741
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
623
742
|
}
|
|
@@ -632,6 +751,7 @@
|
|
|
632
751
|
"normalizedSignature": "constructor|():void|static=false",
|
|
633
752
|
"isStatic": false,
|
|
634
753
|
"parameterCount": 0,
|
|
754
|
+
"visibility": "Public",
|
|
635
755
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlMethodAttribute",
|
|
636
756
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
637
757
|
}
|
|
@@ -648,6 +768,10 @@
|
|
|
648
768
|
"isSealed": true,
|
|
649
769
|
"isStatic": false,
|
|
650
770
|
"arity": 0,
|
|
771
|
+
"baseType": {
|
|
772
|
+
"stableId": "System.Private.CoreLib:System.Attribute",
|
|
773
|
+
"clrName": "System.Attribute"
|
|
774
|
+
},
|
|
651
775
|
"methods": [],
|
|
652
776
|
"properties": [
|
|
653
777
|
{
|
|
@@ -665,6 +789,7 @@
|
|
|
665
789
|
"isAbstract": false,
|
|
666
790
|
"isVirtual": false,
|
|
667
791
|
"isOverride": false,
|
|
792
|
+
"visibility": "Public",
|
|
668
793
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute",
|
|
669
794
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
670
795
|
},
|
|
@@ -683,6 +808,7 @@
|
|
|
683
808
|
"isAbstract": false,
|
|
684
809
|
"isVirtual": false,
|
|
685
810
|
"isOverride": false,
|
|
811
|
+
"visibility": "Public",
|
|
686
812
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute",
|
|
687
813
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
688
814
|
},
|
|
@@ -701,6 +827,7 @@
|
|
|
701
827
|
"isAbstract": false,
|
|
702
828
|
"isVirtual": false,
|
|
703
829
|
"isOverride": false,
|
|
830
|
+
"visibility": "Public",
|
|
704
831
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute",
|
|
705
832
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
706
833
|
},
|
|
@@ -719,6 +846,7 @@
|
|
|
719
846
|
"isAbstract": false,
|
|
720
847
|
"isVirtual": false,
|
|
721
848
|
"isOverride": false,
|
|
849
|
+
"visibility": "Public",
|
|
722
850
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute",
|
|
723
851
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
724
852
|
},
|
|
@@ -737,6 +865,7 @@
|
|
|
737
865
|
"isAbstract": false,
|
|
738
866
|
"isVirtual": false,
|
|
739
867
|
"isOverride": false,
|
|
868
|
+
"visibility": "Public",
|
|
740
869
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute",
|
|
741
870
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
742
871
|
},
|
|
@@ -755,6 +884,7 @@
|
|
|
755
884
|
"isAbstract": false,
|
|
756
885
|
"isVirtual": false,
|
|
757
886
|
"isOverride": false,
|
|
887
|
+
"visibility": "Public",
|
|
758
888
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute",
|
|
759
889
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
760
890
|
},
|
|
@@ -773,6 +903,7 @@
|
|
|
773
903
|
"isAbstract": false,
|
|
774
904
|
"isVirtual": false,
|
|
775
905
|
"isOverride": false,
|
|
906
|
+
"visibility": "Public",
|
|
776
907
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute",
|
|
777
908
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
778
909
|
}
|
|
@@ -786,6 +917,7 @@
|
|
|
786
917
|
"isStatic": true,
|
|
787
918
|
"isReadOnly": false,
|
|
788
919
|
"isLiteral": true,
|
|
920
|
+
"visibility": "Public",
|
|
789
921
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute",
|
|
790
922
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
791
923
|
}
|
|
@@ -799,6 +931,7 @@
|
|
|
799
931
|
"normalizedSignature": "constructor|(Microsoft.SqlServer.Server.Format):void|static=false",
|
|
800
932
|
"isStatic": false,
|
|
801
933
|
"parameterCount": 1,
|
|
934
|
+
"visibility": "Public",
|
|
802
935
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedAggregateAttribute",
|
|
803
936
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
804
937
|
}
|
|
@@ -815,6 +948,10 @@
|
|
|
815
948
|
"isSealed": true,
|
|
816
949
|
"isStatic": false,
|
|
817
950
|
"arity": 0,
|
|
951
|
+
"baseType": {
|
|
952
|
+
"stableId": "System.Private.CoreLib:System.Attribute",
|
|
953
|
+
"clrName": "System.Attribute"
|
|
954
|
+
},
|
|
818
955
|
"methods": [],
|
|
819
956
|
"properties": [
|
|
820
957
|
{
|
|
@@ -832,6 +969,7 @@
|
|
|
832
969
|
"isAbstract": false,
|
|
833
970
|
"isVirtual": false,
|
|
834
971
|
"isOverride": false,
|
|
972
|
+
"visibility": "Public",
|
|
835
973
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute",
|
|
836
974
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
837
975
|
},
|
|
@@ -850,6 +988,7 @@
|
|
|
850
988
|
"isAbstract": false,
|
|
851
989
|
"isVirtual": false,
|
|
852
990
|
"isOverride": false,
|
|
991
|
+
"visibility": "Public",
|
|
853
992
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute",
|
|
854
993
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
855
994
|
},
|
|
@@ -868,6 +1007,7 @@
|
|
|
868
1007
|
"isAbstract": false,
|
|
869
1008
|
"isVirtual": false,
|
|
870
1009
|
"isOverride": false,
|
|
1010
|
+
"visibility": "Public",
|
|
871
1011
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute",
|
|
872
1012
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
873
1013
|
},
|
|
@@ -886,6 +1026,7 @@
|
|
|
886
1026
|
"isAbstract": false,
|
|
887
1027
|
"isVirtual": false,
|
|
888
1028
|
"isOverride": false,
|
|
1029
|
+
"visibility": "Public",
|
|
889
1030
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute",
|
|
890
1031
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
891
1032
|
},
|
|
@@ -904,6 +1045,7 @@
|
|
|
904
1045
|
"isAbstract": false,
|
|
905
1046
|
"isVirtual": false,
|
|
906
1047
|
"isOverride": false,
|
|
1048
|
+
"visibility": "Public",
|
|
907
1049
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute",
|
|
908
1050
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
909
1051
|
},
|
|
@@ -922,6 +1064,7 @@
|
|
|
922
1064
|
"isAbstract": false,
|
|
923
1065
|
"isVirtual": false,
|
|
924
1066
|
"isOverride": false,
|
|
1067
|
+
"visibility": "Public",
|
|
925
1068
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute",
|
|
926
1069
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
927
1070
|
}
|
|
@@ -936,6 +1079,7 @@
|
|
|
936
1079
|
"normalizedSignature": "constructor|(Microsoft.SqlServer.Server.Format):void|static=false",
|
|
937
1080
|
"isStatic": false,
|
|
938
1081
|
"parameterCount": 1,
|
|
1082
|
+
"visibility": "Public",
|
|
939
1083
|
"declaringClrType": "Microsoft.SqlServer.Server.SqlUserDefinedTypeAttribute",
|
|
940
1084
|
"declaringAssemblyName": "Microsoft.SqlServer.Server"
|
|
941
1085
|
}
|