DTSExecResult Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides values that describe the result of a task execution.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Member name | Description | |
|---|---|---|
| DTSER_CANCELED | This API supports the product infrastructure and is not intended to be used directly from your code. The task was cancelled. | |
| DTSER_COMPLETION | This API supports the product infrastructure and is not intended to be used directly from your code. The task run to completion. | |
| DTSER_FAILURE | This API supports the product infrastructure and is not intended to be used directly from your code. The task failed. | |
| DTSER_SUCCESS | This API supports the product infrastructure and is not intended to be used directly from your code. The task ran successfully. |
For more information, see DTSExecResult.