ColumnOrderedCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ColumnOrderedCollection(CollationInfo) | |
ColumnOrderedCollection(Int32, CollationInfo) |
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)
Parameters
- collationInfo
- CollationInfo
Applies to
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)
Parameters
- initialCapacity
- Int32
- collationInfo
- CollationInfo