SchemaCollection Constructeurs

Définition

Surcharges

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)

Paramètres

collationInfo
CollationInfo

S’applique à

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)

Paramètres

initialCapacity
Int32
collationInfo
CollationInfo

S’applique à