Поделиться через


RunningPackage.ExecutionDuration Property

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

Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Синтаксис

'Декларация
Public ReadOnly Property ExecutionDuration As Integer
public int ExecutionDuration { get; }
public:
property int ExecutionDuration {
    int get ();
}
/** @property */
public int get_ExecutionDuration ()
public function get ExecutionDuration () : int

Значение свойства

An Integer that contains the length of time that the package ran.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

RunningPackage Class
RunningPackage Members
Microsoft.SqlServer.Dts.Runtime Namespace