SfcCollatedDictionaryCollection<T,K,ParentT> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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