Partager via


ExecutionDuration propriété

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (dans 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 la propriété

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