UserCollection コンストラクター

定義

オーバーロード

UserCollection(CollationInfo)

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

パラメーター

collationInfo
CollationInfo

適用対象

UserCollection(Int32, CollationInfo)

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

パラメーター

initialCapacity
Int32
collationInfo
CollationInfo

適用対象