DtsContainer.ExecutionStatus 属性

定义

返回指示在调用时 DtsContainer 对象执行的当前状态的值。

public:
 property Microsoft::SqlServer::Dts::Runtime::DTSExecStatus ExecutionStatus { Microsoft::SqlServer::Dts::Runtime::DTSExecStatus get(); };
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyCategory(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "PropertyCategoryExecution")]
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "ExecutionStatusDesc")]
public Microsoft.SqlServer.Dts.Runtime.DTSExecStatus ExecutionStatus { get; }
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyCategory(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "PropertyCategoryExecution")>]
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "ExecutionStatusDesc")>]
member this.ExecutionStatus : Microsoft.SqlServer.Dts.Runtime.DTSExecStatus
Public ReadOnly Property ExecutionStatus As DTSExecStatus

属性值

返回 DTSExecResult 枚举。

属性

适用于