SfcInstance.PostMove メソッド

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Protected Overridable Sub PostMove ( _
    executionResult As Object _
)
'使用
Dim executionResult As Object 

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

パラメーター

  • executionResult
    型: System.Object
    指定したオブジェクトの実行結果です。

関連項目

参照

SfcInstance クラス

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