PackageClass.ExecutionResult 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 a value that indicates the success or failure of the execution of the package.

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

Syntax

public virtual DTSExecResult ExecutionResult { get; }
public:
property DTSExecResult ExecutionResult {
    virtual DTSExecResult get();
}
abstract ExecutionResult : DTSExecResult with get
override ExecutionResult : DTSExecResult with get
Public Overridable ReadOnly Property ExecutionResult As DTSExecResult

Property Value

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

The result of the execution.

Implements

IDTSContainer100.ExecutionResult

Remarks

For more information, see Package.

See Also

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

Return to top