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
- id
Type : System.Int32
An Int32 value that uniquely identifies the JobSchedule object that is a member of the JobScheduleCollection collection.
Valeur de retour
Type : Microsoft.SqlServer.Management.Smo.Agent.JobSchedule
A JobSchedule object that has the specified ID value.