OrderedCollection<T> 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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)
參數
- collationInfo
- CollationInfo
適用於
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)
參數
- initialCapacity
- Int32
- collationInfo
- CollationInfo