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 列挙を返します。

属性

適用対象