ForEachLoopClass.ExecutionResult 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 success or failure of the execution of the ForEachLoopClass object.
public:
virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExecResult ExecutionResult { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExecResult get(); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult ExecutionResult { get; }
member this.ExecutionResult : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
Public Overridable ReadOnly Property ExecutionResult As DTSExecResult
Property Value
A DTSExecResult enumeration that indicates the outcome of the execution.