SfcCollatedDictionaryCollection<T,K,ParentT> Constructors

Definition

Overloads

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)

Parameters

parent
ParentT

Applies to

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))

Parameters

parent
ParentT
customComparer
IComparer<String>

Applies to