TaskHostClass.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.
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.