Constructeur SfcCollatedDictionaryCollection(T, K, ParentT) (ParentT, IComparer(String))
Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Initializes a new instance of the SfcCollatedDictionaryCollection<(Of <(<'T, K, ParentT>)>)> class using the specified parent and IComparer<(Of <(<'T>)>)> object.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
parent As ParentT, _
customComparer As IComparer(Of String) _
)
'Utilisation
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>
)
Paramètres
- parent
Type : ParentT
The parent object.
- customComparer
Type : System.Collections.Generic. . :: . .IComparer< (Of < ( <'String> ) > ) >
The IComparer<(Of <(<'T>)>)> object to use when comparing keys.