TaskHostClass.ForceExecutionResult Property

Definition

Gets or sets the execution result of the container.

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSForcedExecResult ForceExecutionResult { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSForcedExecResult get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSForcedExecResult value); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSForcedExecResult ForceExecutionResult { get; set; }
member this.ForceExecutionResult : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSForcedExecResult with get, set
Public Overridable Property ForceExecutionResult As DTSForcedExecResult

Property Value

A DTSForcedExecResult enumeration value that specifies the execution result of the container.

Implements

Applies to