Freigeben über


IDTSContainer100.ExecutionResult-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

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

Syntax

'Declaration
ReadOnly Property ExecutionResult As DTSExecResult 
    Get
'Usage
Dim instance As IDTSContainer100 
Dim value As DTSExecResult 

value = instance.ExecutionResult
DTSExecResult ExecutionResult { get; }
property DTSExecResult ExecutionResult {
    DTSExecResult get ();
}
abstract ExecutionResult : DTSExecResult
function get ExecutionResult () : DTSExecResult

Eigenschaftswert

Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
The result of an execution.

Hinweise

For more information, see DtsContainer.

Siehe auch

Verweis

IDTSContainer100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace