Propriedade LastRunDate
Gets the date and time when the job was last run.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property LastRunDate As DateTime
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .DateTime
A DateTime system object value that specifies the date and time when the job was last run.
Consulte também