共用方式為


SfcObjectExtender(TSfcInstance) 建構函式 (TSfcInstance)

Initializes a new instance of the SfcObjectExtender<(Of <(<'TSfcInstance>)>)> class with the specified parent. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Sub New ( _
    parent As TSfcInstance _
)
'用途
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
)

參數

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