ForceExecutionResult Enumeration
The ForceExecutionResult enumeration provides options for an execution result value that will result if the SQL Server Integration Services container executes.
Enumeration Values
Name | Summary |
---|---|
None | Specifies no forced execution result. |
Success | Specifies that the execution result value will be forced to 'Success'. |
Failure | Specifies that the execution result value will be forced to 'Failure'. |
Completion | Specifies that the execution result value will be forced to 'Completion'. |