DTSExecStatus 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.
public enum class DTSExecStatus
public enum DTSExecStatus
type DTSExecStatus =
Public Enum DTSExecStatus
- Inheritance
-
DTSExecStatus
Fields
DTSES_ABEND | 6 | |
DTSES_COMPLETED | 5 | |
DTSES_EXECUTING | 3 | |
DTSES_NONE | 1 | |
DTSES_SUSPENDED | 4 | |
DTSES_VALIDATING | 2 |