Freigeben über


SfcCollatedDictionaryCollection<T, K, ParentT>-Konstruktor (ParentT, IComparer<String>)

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Initializes a new instance of the SfcCollatedDictionaryCollection<T, K, ParentT> class using the specified parent and IComparer<T> object.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Protected Sub New ( _
    parent As ParentT, _
    customComparer As IComparer(Of String) _
)
'Usage
Dim parent As ParentT
Dim customComparer As IComparer(Of String)

Dim instance As New SfcCollatedDictionaryCollection(parent, _
    customComparer)
protected SfcCollatedDictionaryCollection(
    ParentT parent,
    IComparer<string> customComparer
)
protected:
SfcCollatedDictionaryCollection(
    ParentT parent, 
    IComparer<String^>^ customComparer
)
new : 
        parent:'ParentT * 
        customComparer:IComparer<string> -> SfcCollatedDictionaryCollection
protected function SfcCollatedDictionaryCollection(
    parent : ParentT, 
    customComparer : IComparer<String>
)

Parameter

  • parent
    Typ: ParentT
    The parent object.

Siehe auch

Verweis

SfcCollatedDictionaryCollection<T, K, ParentT> Klasse

SfcCollatedDictionaryCollection<T, K, ParentT>-Überladung

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace