DTSForcedExecResult Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Specifies the execution result of a container when the container's ForceExecutionValue is set to true.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Member name | Description | |
|---|---|---|
| DTSFER_COMPLETION | The execution result is set to Completion. | |
| DTSFER_FAILURE | The execution result is set to Failure. | |
| DTSFER_NONE | The execution result is set to None. The event handler returns the actual execution result; the result is not forced. | |
| DTSFER_SUCCESS | The execution result is set to Success. |
For more information, see DTSForcedExecResult.
Show: