Compartilhar via


Construtor SfcDictionaryCollection(T, K, ParentT)

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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

Sintaxe

'Declaração
Protected Sub New ( _
    parent As ParentT _
)
'Uso
Dim parent As ParentT

Dim instance As New SfcDictionaryCollection(parent)
protected SfcDictionaryCollection(
    ParentT parent
)
protected:
SfcDictionaryCollection(
    ParentT parent
)
new : 
        parent:'ParentT -> SfcDictionaryCollection
protected function SfcDictionaryCollection(
    parent : ParentT
)

Parâmetros

  • parent
    Tipo: ParentT
    The collection of parent objects.