SchedulerCollection.GetByID(Int32) Method

Definition

Gets a particular Schduler from the collection on ID

public Microsoft.SqlServer.Management.Smo.Scheduler GetByID (int SchedulernodeId);
member this.GetByID : int -> Microsoft.SqlServer.Management.Smo.Scheduler
Public Function GetByID (SchedulernodeId As Integer) As Scheduler

Parameters

SchedulernodeId
Int32

Returns

SchedulerObject

Applies to