SfcCollatedDictionaryCollection(T, K, ParentT) Constructor (ParentT)
Initializes a new instance of the SfcCollatedDictionaryCollection<(Of <(<'T, K, ParentT>)>)> class using the specified parent. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Protected Sub New ( _
parent As ParentT _
)
'Uso
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
)
Parámetros
- parent
Tipo: ParentT
The parent object.