ForEachLoopClass.ExecutionStatus Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns a value that indicates the current status of the execution of the ForEachLoopClass 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 ForEachLoopClass
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
A DTSExecResult enumeration that indicates the status of the execution.
Implements
IDTSContainer100.ExecutionStatus