SchemaCollection Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| SchemaCollection(CollationInfo) | |
| SchemaCollection(Int32, CollationInfo) |
SchemaCollection(CollationInfo)
public SchemaCollection(Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo collationInfo);
new Microsoft.SqlServer.Management.SqlParser.MetadataProvider.SchemaCollection : Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo -> Microsoft.SqlServer.Management.SqlParser.MetadataProvider.SchemaCollection
Public Sub New (collationInfo As CollationInfo)
Parameter
- collationInfo
- CollationInfo
Gilt für:
SchemaCollection(Int32, CollationInfo)
public SchemaCollection(int initialCapacity, Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo collationInfo);
new Microsoft.SqlServer.Management.SqlParser.MetadataProvider.SchemaCollection : int * Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo -> Microsoft.SqlServer.Management.SqlParser.MetadataProvider.SchemaCollection
Public Sub New (initialCapacity As Integer, collationInfo As CollationInfo)
Parameter
- initialCapacity
- Int32
- collationInfo
- CollationInfo