다음을 통해 공유


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.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<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.