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


Свойство LastRunDuration

Gets the time, in seconds, the referenced job step took to run when it was last executed.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Agent
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute> _
Public ReadOnly Property LastRunDuration As Integer
    Get
'Применение
Dim instance As JobStep
Dim value As Integer

value = instance.LastRunDuration
[SfcPropertyAttribute]
public int LastRunDuration { get; }
[SfcPropertyAttribute]
public:
property int LastRunDuration {
    int get ();
}
[<SfcPropertyAttribute>]
member LastRunDuration : int
function get LastRunDuration () : int

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

Тип System. . :: . .Int32
An Int32 value that specifies the time, in seconds, that the job last took to run.