SchemaCollection Конструкторы

Определение

Перегрузки

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)

Параметры

collationInfo
CollationInfo

Применяется к

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)

Параметры

initialCapacity
Int32
collationInfo
CollationInfo

Применяется к