ForEachLoopClass.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.
Returns a value that indicates the current status of the execution of the ForEachLoopClass object at the time of the call.
public:
virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExecStatus ExecutionStatus { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExecStatus get(); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecStatus ExecutionStatus { get; }
member this.ExecutionStatus : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecStatus
Public Overridable ReadOnly Property ExecutionStatus As DTSExecStatus
Property Value
A DTSExecResult enumeration that indicates the status of the execution.