共用方式為


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.

請參閱

參考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間