Partager via


Constructeur SfcObjectExtender(TSfcInstance) (TSfcInstance)

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

Paramètres

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