Свойство ExecutionDuration
Returns an Integer that specifies how long the package took to run.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public ReadOnly Property ExecutionDuration As Integer
Get
'Применение
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
Значение свойства
Тип System. . :: . .Int32
An Integer that contains the length of time that the package ran.
См. также