SfcObjectExtender<TSfcInstance> 建構函式

定義

多載

名稱 Description
SfcObjectExtender<TSfcInstance>()

預設的 CTOR 用於程式碼產生情境

SfcObjectExtender<TSfcInstance>(TSfcInstance)

克托爾

SfcObjectExtender<TSfcInstance>()

預設的 CTOR 用於程式碼產生情境

public SfcObjectExtender();
Public Sub New ()

適用於

SfcObjectExtender<TSfcInstance>(TSfcInstance)

克托爾

public SfcObjectExtender(TSfcInstance parent);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectExtender<'SfcInstance (requires 'SfcInstance :> Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertyProvider and 'SfcInstance : (new : unit -> 'SfcInstance))> : 'SfcInstance -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectExtender<'SfcInstance (requires 'SfcInstance :> Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertyProvider and 'SfcInstance : (new : unit -> 'SfcInstance))>
Public Sub New (parent As TSfcInstance)

參數

parent
TSfcInstance

父物件。 作為 bese 物業供應商使用

適用於