Partager via


Propriété IDTSServerExecution100.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 status of the instance of execution.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property ExecutionStatus As Integer 
    Get
'Utilisation
Dim instance As IDTSServerExecution100 
Dim value As Integer 

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

Valeur de propriété

Type : System.Int32
The status of the instance of execution.

Notes

For more information, see SsisServerExecution.

Voir aussi

Référence

IDTSServerExecution100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper