IDTSContainer100.ExecutionResult Property

Definition

Gets a value that indicates the success or failure of the execution of the IDTSContainer100 object.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExecResult ExecutionResult { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExecResult get(); };
[System.Runtime.InteropServices.DispId(14)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult ExecutionResult { [System.Runtime.InteropServices.DispId(14)] get; }
[<System.Runtime.InteropServices.DispId(14)>]
[<get: System.Runtime.InteropServices.DispId(14)>]
member this.ExecutionResult : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
Public ReadOnly Property ExecutionResult As DTSExecResult

Property Value

The result of an execution.

Attributes

Remarks

For more information, see DtsContainer.

Applies to