DtsContainer.ForceExecutionResult プロパティ

定義

コンテナーの強制実行結果を指定する DTSForcedExecResult 列挙値を取得または設定します。

public:
 property Microsoft::SqlServer::Dts::Runtime::DTSForcedExecResult ForceExecutionResult { Microsoft::SqlServer::Dts::Runtime::DTSForcedExecResult get(); void set(Microsoft::SqlServer::Dts::Runtime::DTSForcedExecResult value); };
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyCategory(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "PropertyCategoryExecution")]
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "ForceExecutionResultDesc")]
public Microsoft.SqlServer.Dts.Runtime.DTSForcedExecResult ForceExecutionResult { get; set; }
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyCategory(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "PropertyCategoryExecution")>]
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "ForceExecutionResultDesc")>]
member this.ForceExecutionResult : Microsoft.SqlServer.Dts.Runtime.DTSForcedExecResult with get, set
Public Property ForceExecutionResult As DTSForcedExecResult

プロパティ値

パッケージまたはコンテナーの強制的な成功または失敗を報告する DTSForcedExecResult 列挙です。 このプロパティの既定値は None、コンテナーが実行結果を強制しないことを示します。タスクまたはコンテナーで ForceExecutionResult プロパティを使用して、パッケージ内のチェックポイントの使用をテストできます。 タスクまたはコンテナーの ForceExecutionResult を Failure設定することで、リアルタイムエラーを模倣できます。 パッケージを再実行すると、失敗したタスクとコンテナーが再実行されます。 詳細については、「 Restart Packages by Using Checkpoints」を参照してください。

属性

適用対象