TaskHostClass.ExecutionResult Property

Definition

Gets a value that indicates the success or failure of the execution of the TaskHostClass 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

The success or failure of the execution of the TaskHostClass object.

Implements

Applies to