Compartilhar via


Propriedade do RDL ExecutionDuration

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
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 da propriedade

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