PackageClass.ForceExecutionResult Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a DTSForcedExecResult enumeration value that specifies the forced execution result of the package.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

public virtual DTSForcedExecResult ForceExecutionResult { get; set; }
public:
property DTSForcedExecResult ForceExecutionResult {
    virtual DTSForcedExecResult get();
    virtual void set(DTSForcedExecResult value);
}
abstract ForceExecutionResult : DTSForcedExecResult with get, set
override ForceExecutionResult : DTSForcedExecResult with get, set
Public Overridable Property ForceExecutionResult As DTSForcedExecResult

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSForcedExecResult

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

Implements

IDTSContainer100.ForceExecutionResult

Remarks

For more information, see Package.

See Also

PackageClass Class
Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace

Return to top