Job.NextRunScheduleID Property
Gets the ID value of the schedule that is responsible for the next execution of the job.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property NextRunScheduleID As Integer
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public int NextRunScheduleID { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property int NextRunScheduleID {
int get ();
}
/** @property */
public int get_NextRunScheduleID ()
public function get NextRunScheduleID () : int
Property Value
An Int32 value that specifies the ID value of the schedule that next runs the job.
Remarks
The ID value is generated by Microsoft SQL Server and is stored in the system tables.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also