IDTSContainer100.ExecutionStatus Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the current status of the execution of the IDTSContainer100 object at the time of the call.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
ReadOnly Property ExecutionStatus As DTSExecStatus
Get
'Usage
Dim instance As IDTSContainer100
Dim value As DTSExecStatus
value = instance.ExecutionStatus
DTSExecStatus ExecutionStatus { get; }
property DTSExecStatus ExecutionStatus {
DTSExecStatus get ();
}
abstract ExecutionStatus : DTSExecStatus
function get ExecutionStatus () : DTSExecStatus
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecStatus
The current status of the execution.
Remarks
For more information, see DtsContainer.