ForLoopClass.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
Public Overridable ReadOnly Property ExecutionStatus As DTSExecStatus
Get
'Usage
Dim instance As ForLoopClass
Dim value As DTSExecStatus
value = instance.ExecutionStatus
public virtual DTSExecStatus ExecutionStatus { get; }
public:
virtual property DTSExecStatus ExecutionStatus {
DTSExecStatus get ();
}
abstract ExecutionStatus : DTSExecStatus
override ExecutionStatus : DTSExecStatus
function get ExecutionStatus () : DTSExecStatus
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecStatus
The current status of the execution.
Implements
IDTSContainer100.ExecutionStatus