Share via


JobScheduleCollection.ItemById Method

Extracts a member from the JobScheduleCollection collection using a system-defined, unique identifier.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Function ItemById ( _
    id As Integer _
) As JobSchedule
'Usage
Dim instance As JobScheduleCollection
Dim id As Integer
Dim returnValue As JobSchedule

returnValue = instance.ItemById(id)
public JobSchedule ItemById(
    int id
)
public:
JobSchedule^ ItemById(
    int id
)
member ItemById : 
        id:int -> JobSchedule 
public function ItemById(
    id : int
) : JobSchedule

Parameters

Return Value

Type: Microsoft.SqlServer.Management.Smo.Agent.JobSchedule
A JobSchedule object that has the specified ID value.