Costruttore SfcCollatedDictionaryCollection<T, K, ParentT> (ParentT, IComparer<String>)

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Initializes a new instance of the SfcCollatedDictionaryCollection<T, K, ParentT> class using the specified parent and IComparer<T> object.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Protected Sub New ( _
    parent As ParentT, _
    customComparer As IComparer(Of String) _
)
'Utilizzo
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>
)

Parametri

  • parent
    Tipo: ParentT
    The parent object.

Vedere anche

Riferimento

SfcCollatedDictionaryCollection<T, K, ParentT> Classe

Overload SfcCollatedDictionaryCollection<T, K, ParentT>

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc