DTSExecResult 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.
Provides values that describe the result of a task execution.
public enum class DTSExecResult
public enum DTSExecResult
type DTSExecResult =
Public Enum DTSExecResult
- Inheritance
-
DTSExecResult
Fields
DTSER_CANCELED | 3 | The task was cancelled. |
DTSER_COMPLETION | 2 | The task run to completion. |
DTSER_FAILURE | 1 | The task failed. |
DTSER_SUCCESS | 0 | The task ran successfully. |
Remarks
For more information, see DTSExecResult.