다음을 통해 공유


LastRunDate 속성

Gets the date and time when the job step was last executed.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property LastRunDate As DateTime
    Get
‘사용 방법
Dim instance As JobStep
Dim value As DateTime

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

속성 값

형식: System. . :: . .DateTime
A DateTime object value that specifies the date and time when the job step was last run.