Freigeben über


IDTSContainer100.ExecutionStatus-Eigenschaft

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

Gets the current status of the execution of the IDTSContainer100 object at the time of the call.

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

Syntax

'Declaration
ReadOnly Property ExecutionStatus As DTSExecStatus 
    Get
'Usage
Dim instance As IDTSContainer100 
Dim value As DTSExecStatus 

value = instance.ExecutionStatus
DTSExecStatus ExecutionStatus { get; }
property DTSExecStatus ExecutionStatus {
    DTSExecStatus get ();
}
abstract ExecutionStatus : DTSExecStatus
function get ExecutionStatus () : DTSExecStatus

Eigenschaftswert

Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecStatus
The current status of the execution.

Hinweise

For more information, see DtsContainer.

Siehe auch

Verweis

IDTSContainer100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace