NextRunDate 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo.Agent
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property NextRunDate As DateTime
    Get
用法
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

属性值

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