Partager via


Propriété RunningPackage.ExecutionDuration

Returns an Integer that specifies how long the package took to run.

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

Syntaxe

'Déclaration
Public ReadOnly Property ExecutionDuration As Integer 
    Get
'Utilisation
Dim instance As RunningPackage 
Dim value As Integer 

value = instance.ExecutionDuration
public int ExecutionDuration { get; }
public:
property int ExecutionDuration {
    int get ();
}
member ExecutionDuration : int
function get ExecutionDuration () : int

Valeur de propriété

Type : System.Int32
An Integer that contains the length of time that the package ran.

Voir aussi

Référence

RunningPackage Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime