IndexCollection コンストラクター

定義

オーバーロード

IndexCollection(CollationInfo)

public IndexCollection(Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo collationInfo);
new Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IndexCollection : Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo -> Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IndexCollection
Public Sub New (collationInfo As CollationInfo)

パラメーター

collationInfo
CollationInfo

適用対象

IndexCollection(Int32, CollationInfo)

public IndexCollection(int initialCapacity, Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo collationInfo);
new Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IndexCollection : int * Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo -> Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IndexCollection
Public Sub New (initialCapacity As Integer, collationInfo As CollationInfo)

パラメーター

initialCapacity
Int32
collationInfo
CollationInfo

適用対象