IDTSContainer100.ExecutionStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current status of the execution of the IDTSContainer100 object at the time of the call.
public:
property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExecStatus ExecutionStatus { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExecStatus get(); };
[System.Runtime.InteropServices.DispId(13)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.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.DTSExecStatus
Public ReadOnly Property ExecutionStatus As DTSExecStatus
Property Value
The current status of the execution.
- Attributes
Remarks
For more information, see DtsContainer.