Compartir a través de


NextRunDate Propiedad

Gets the date and time when the job is next scheduled to run.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property NextRunDate As DateTime
    Get
'Uso
Dim instance As Job
Dim value As DateTime

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

Valor de la propiedad

Tipo: System. . :: . .DateTime
A DateTime value that specifies the date and time when the job is next scheduled to run.