PackageNeutralClass.ForceExecutionResult Property

Definition

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

Property Value

A DTSForcedExecResult enumeration that reports the forced success or failure of the package.

Implements

Remarks

For more information, see Package.

Applies to