LastRunDate Propiedad
Gets the date and time when the job step was last executed.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Agent
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property LastRunDate As DateTime
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .DateTime
A DateTime object value that specifies the date and time when the job step was last run.