Lingua

SfcCollatedDictionaryCollection<T,K,ParentT> Costruttori

Definizione

Overload

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
customComparer
IComparer<String>

Si applica a