DTSForcedExecResult Enumeration
Specifies the execution result of a container when the container's ForceExecutionValue is set to true.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
This enumeration is available to containers that need to force a specific execution result. You can use the ForceExecutionResult property on a container to test the use of checkpoints in a package. By setting ForceExecutionResult of a task or container to Failure, you can imitate real-time failure. When you rerun the package, failed task and containers will be rerun.
The following code example creates a new package, and explicitly sets the ForceExecutionResult on the Package to Failure.