Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.