共用方式為


SfcInstance.PostCreate 方法

Indicates the default implementor that creates the execution result. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

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

語法

'宣告
Protected Overridable Sub PostCreate ( _
    executionResult As Object _
)
'用途
Dim executionResult As Object 

Me.PostCreate(executionResult)
protected virtual void PostCreate(
    Object executionResult
)
protected:
virtual void PostCreate(
    Object^ executionResult
)
abstract PostCreate : 
        executionResult:Object -> unit  
override PostCreate : 
        executionResult:Object -> unit
protected function PostCreate(
    executionResult : Object
)

參數

  • executionResult
    型別:System.Object
    The result of execution of the specified object.

請參閱

參考

SfcInstance 類別

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間