Método JobScheduleCollection.ItemById

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

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

Sintaxe

'Declaração
Public Function ItemById ( _
    id As Integer _
) As JobSchedule
'Uso
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

Parâmetros

Valor de retorno

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

Exemplos

Usando coleções

Consulte também

Referência

JobScheduleCollection Classe

Namespace Microsoft.SqlServer.Management.Smo.Agent