Proprietà ExecutionDuration
Returns an Integer that specifies how long the package took to run.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ExecutionDuration As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Int32
An Integer that contains the length of time that the package ran.