SfcCollatedDictionaryCollection<T,K,ParentT> Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| SfcCollatedDictionaryCollection<T,K,ParentT>(ParentT) | |
| SfcCollatedDictionaryCollection<T,K,ParentT>(ParentT, IComparer<String>) |
SfcCollatedDictionaryCollection<T,K,ParentT>(ParentT)
protected SfcCollatedDictionaryCollection(ParentT parent);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<'T, 'K, 'ParentT (requires 'T :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance and 'K :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey and 'ParentT :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance)> : 'ParentT -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<'T, 'K, 'ParentT (requires 'T :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance and 'K :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey and 'ParentT :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance)>
Protected Sub New (parent As ParentT)
Parametri
- parent
- ParentT
Si applica a
SfcCollatedDictionaryCollection<T,K,ParentT>(ParentT, IComparer<String>)
protected SfcCollatedDictionaryCollection(ParentT parent, System.Collections.Generic.IComparer<string> customComparer);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<'T, 'K, 'ParentT (requires 'T :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance and 'K :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey and 'ParentT :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance)> : 'ParentT * System.Collections.Generic.IComparer<string> -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection<'T, 'K, 'ParentT (requires 'T :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance and 'K :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey and 'ParentT :> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance)>
Protected Sub New (parent As ParentT, customComparer As IComparer(Of String))
Parametri
- parent
- ParentT