共用方式為


DTSExecStatus 列舉

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Contains values that indicate the current status of task execution or a container object at the time of the call.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
Public Enumeration DTSExecStatus
'用途
Dim instance As DTSExecStatus
public enum DTSExecStatus
public enum class DTSExecStatus
type DTSExecStatus
public enum DTSExecStatus

成員

成員名稱 說明
DTSES_ABEND The task experienced an internal error and terminated execution abnormally.
DTSES_COMPLETED Task has completed executing with a success or failed result.
DTSES_EXECUTING Task is currently running.
DTSES_NONE Task is idle (default value).
DTSES_SUSPENDED Task is currently suspended because the runtime has called suspend because of a breakpoint hit.
DTSES_VALIDATING Task is currently validating.

備註

For more information, see DTSExecStatus.

請參閱

參考

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