IDTSContainer100.ExecutionStatus Property

Definition

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DTSExecStatus ExecutionStatus { Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DTSExecStatus get(); };
[System.Runtime.InteropServices.DispId(13)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.DTSExecStatus ExecutionStatus { [System.Runtime.InteropServices.DispId(13)] get; }
[<System.Runtime.InteropServices.DispId(13)>]
[<get: System.Runtime.InteropServices.DispId(13)>]
member this.ExecutionStatus : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.DTSExecStatus
Public ReadOnly Property ExecutionStatus As DTSExecStatus

Property Value

The current status of the execution.

Attributes

Remarks

For more information, see DtsContainer.

Applies to