Constructeur SfcCollatedDictionaryCollection(T, K, ParentT) (ParentT)
Initializes a new instance of the SfcCollatedDictionaryCollection<(Of <(<'T, K, ParentT>)>)> class using the specified parent. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
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 _
)
'Utilisation
Dim parent As ParentT
Dim instance As New SfcCollatedDictionaryCollection(parent)
protected SfcCollatedDictionaryCollection(
ParentT parent
)
protected:
SfcCollatedDictionaryCollection(
ParentT parent
)
new :
parent:'ParentT -> SfcCollatedDictionaryCollection
protected function SfcCollatedDictionaryCollection(
parent : ParentT
)
Paramètres
- parent
Type : ParentT
The parent object.