IDTSContainer100.ExecutionResult Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.