Compartir a través de


ExecutionDuration Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public ReadOnly Property ExecutionDuration As Integer
    Get
'Uso
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

Valor de la propiedad

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