Freigeben über


SfcObjectExtender(TSfcInstance)-Konstruktor (TSfcInstance)

Initializes a new instance of the SfcObjectExtender<(Of <(<'TSfcInstance>)>)> class with the specified parent. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

'Declaration
Public Sub New ( _
    parent As TSfcInstance _
)
'Usage
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
)

Parameter

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