Méthode JobScheduleCollection.ItemById

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

Espace de noms :  Microsoft.SqlServer.Management.Smo.Agent
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Function ItemById ( _
    id As Integer _
) As JobSchedule
'Utilisation
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

Paramètres

Valeur de retour

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

Exemples

Utilisation de collections

Voir aussi

Référence

JobScheduleCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Agent