共用方式為


LastRunDate 屬性

Gets the date and time when the job was last run.

命名空間:  Microsoft.SqlServer.Management.Smo.Agent
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property LastRunDate As DateTime
    Get
'用途
Dim instance As Job
Dim value As DateTime

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

屬性值

型別:System. . :: . .DateTime
A DateTime system object value that specifies the date and time when the job was last run.