DTSForcedExecResult 枚举
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Specifies the execution result of a container when the container's ForceExecutionValue is set to true.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
Public Enumeration DTSForcedExecResult
用法
Dim instance As DTSForcedExecResult
public enum DTSForcedExecResult
public enum class DTSForcedExecResult
type DTSForcedExecResult
public enum DTSForcedExecResult
成员
成员名称 | 说明 | |
---|---|---|
DTSFER_COMPLETION | The execution result is set to Completion. | |
DTSFER_FAILURE | The execution result is set to Failure. | |
DTSFER_NONE | The execution result is set to None. The event handler returns the actual execution result; the result is not forced. | |
DTSFER_SUCCESS | The execution result is set to Success. |
注释
For more information, see DTSForcedExecResult.