DTSForcedExecResult 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 DTSForcedExecResult
C#
public enum DTSForcedExecResult
type DTSForcedExecResult =
Public Enum DTSForcedExecResult
- Inheritance
-
DTSForcedExecResult
Name | Value | Description |
---|---|---|
DTSFER_NONE | -1 | |
DTSFER_SUCCESS | 0 | |
DTSFER_FAILURE | 1 | |
DTSFER_COMPLETION | 2 |
Product | Versions |
---|---|
SQL Server .NET SDK | 2019 |