OrderedCollection<T> Constructors

Definition

Overloads

OrderedCollection<T>(CollationInfo)
OrderedCollection<T>(Int32, CollationInfo)

OrderedCollection<T>(CollationInfo)

public OrderedCollection (Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo collationInfo);
new Microsoft.SqlServer.Management.SqlParser.MetadataProvider.OrderedCollection<'T (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)> : Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo -> Microsoft.SqlServer.Management.SqlParser.MetadataProvider.OrderedCollection<'T (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)>
Public Sub New (collationInfo As CollationInfo)

Parameters

collationInfo
CollationInfo

Applies to

OrderedCollection<T>(Int32, CollationInfo)

public OrderedCollection (int initialCapacity, Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo collationInfo);
new Microsoft.SqlServer.Management.SqlParser.MetadataProvider.OrderedCollection<'T (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)> : int * Microsoft.SqlServer.Management.SqlParser.Metadata.CollationInfo -> Microsoft.SqlServer.Management.SqlParser.MetadataProvider.OrderedCollection<'T (requires 'T : null and 'T :> Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataObject)>
Public Sub New (initialCapacity As Integer, collationInfo As CollationInfo)

Parameters

initialCapacity
Int32
collationInfo
CollationInfo

Applies to