IDTSContainer100.ForceExecutionResult プロパティ

定義

コンテナの強制実行結果を取得するか設定します。

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSForcedExecResult ForceExecutionResult { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSForcedExecResult get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSForcedExecResult value); };
[System.Runtime.InteropServices.DispId(18)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSForcedExecResult ForceExecutionResult { [System.Runtime.InteropServices.DispId(18)] get; [System.Runtime.InteropServices.DispId(18)] set; }
[<System.Runtime.InteropServices.DispId(18)>]
[<get: System.Runtime.InteropServices.DispId(18)>]
[<set: System.Runtime.InteropServices.DispId(18)>]
member this.ForceExecutionResult : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSForcedExecResult with get, set
Public Property ForceExecutionResult As DTSForcedExecResult

プロパティ値

パッケージやコンテナの強制的な成功または失敗を報告する DTSForcedExecResult 列挙。

属性

注釈

詳細については、DtsContainerを参照してください。

適用対象