Share via


PackageClass.ExecutionResult Property

This API supports the SQL Server 2012 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

'Declaration
Public Overridable ReadOnly Property ExecutionResult As DTSExecResult 
    Get
'Usage
Dim instance As PackageClass 
Dim value As DTSExecResult 

value = instance.ExecutionResult
public virtual DTSExecResult ExecutionResult { get; }
public:
virtual property DTSExecResult ExecutionResult {
    DTSExecResult get ();
}
abstract ExecutionResult : DTSExecResult 
override ExecutionResult : DTSExecResult
function get ExecutionResult () : 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

Reference

PackageClass Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace