DTSForcedExecResult Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the execution result of a container when the container's ForceExecutionValue is set to true.
public enum class DTSForcedExecResult
public enum DTSForcedExecResult
type DTSForcedExecResult =
Public Enum DTSForcedExecResult
- Inheritance
-
DTSForcedExecResult
Fields
Name | Value | Description |
---|---|---|
DTSFER_NONE | -1 | The execution result is set to None. The event handler returns the actual execution result; the result is not forced. |
DTSFER_SUCCESS | 0 | The execution result is set to Success. |
DTSFER_FAILURE | 1 | The execution result is set to Failure. |
DTSFER_COMPLETION | 2 | The execution result is set to Completion. |
Remarks
For more information, see DTSForcedExecResult.