Propriété IDTSContainer100.ExecutionStatus
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets the current status of the execution of the IDTSContainer100 object at the time of the call.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
ReadOnly Property ExecutionStatus As DTSExecStatus
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecStatus
The current status of the execution.
Notes
For more information, see DtsContainer.