TableCollection Constructeurs

Définition

Surcharges

TableCollection(CollationInfo)

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

Paramètres

collationInfo
CollationInfo

S’applique à

TableCollection(Int32, CollationInfo)

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

Paramètres

initialCapacity
Int32
collationInfo
CollationInfo

S’applique à