IndexCollection Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| IndexCollection(CollationInfo) | |
| IndexCollection(Int32, CollationInfo) |
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)
Parameter
- collationInfo
- CollationInfo
Gilt für:
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)
Parameter
- initialCapacity
- Int32
- collationInfo
- CollationInfo