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 열거형을 반환합니다.

특성

적용 대상