DTSExecStatus Enum
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
C#
public enum DTSExecStatus
type DTSExecStatus =
Public Enum DTSExecStatus
- Inheritance
-
DTSExecStatus
Name | Value | Description |
---|---|---|
DTSES_NONE | 1 | |
DTSES_VALIDATING | 2 | |
DTSES_EXECUTING | 3 | |
DTSES_SUSPENDED | 4 | |
DTSES_COMPLETED | 5 | |
DTSES_ABEND | 6 |
Produk | Versi |
---|---|
SQL Server .NET SDK | 2019 |