ColumnOrderedCollection コンストラクター

定義

オーバーロード

ColumnOrderedCollection(CollationInfo)

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

パラメーター

collationInfo
CollationInfo

適用対象

ColumnOrderedCollection(Int32, CollationInfo)

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

パラメーター

initialCapacity
Int32
collationInfo
CollationInfo

適用対象