Describes the result of a task execution.
Namespace: SSIS.Test.DtsAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
C# |
---|
public enum DtsExecutionResult |
Visual Basic |
---|
Public Enumeration DtsExecutionResult |
Visual C++ |
---|
public enum class DtsExecutionResult |
Members
Member name | Value | Description | |
---|---|---|---|
Success | 0 | The task ran successfully. | |
Failure | 1 | The task failed. | |
Completion | 2 | The task ran to completion. | |
Canceled | 3 | The task was cancelled. |