Partilhar via


Construtor SfcObjectExtender<TSfcInstance> (TSfcInstance)

Initializes a new instance of the SfcObjectExtender<TSfcInstance> class with the specified parent. 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
Public Sub New ( _
    parent As TSfcInstance _
)
'Uso
Dim parent As TSfcInstance

Dim instance As New SfcObjectExtender(parent)
public SfcObjectExtender(
    TSfcInstance parent
)
public:
SfcObjectExtender(
    TSfcInstance parent
)
new : 
        parent:'TSfcInstance -> SfcObjectExtender
public function SfcObjectExtender(
    parent : TSfcInstance
)

Parâmetros

  • parent
    Tipo: TSfcInstance
    The parent object used as a base property provider.

Consulte também

Referência

SfcObjectExtender<TSfcInstance> Classe

Sobrecarregado SfcObjectExtender<TSfcInstance>

Namespace Microsoft.SqlServer.Management.Sdk.Sfc