Propriété JobScheduleCollectionBase.Item
Gets a JobSchedule object in the collection that has the specified GUID.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
scheduleuid As Guid _
) As JobSchedule
Get
'Utilisation
Dim instance As JobScheduleCollectionBase
Dim scheduleuid As Guid
Dim value As JobSchedule
value = instance(scheduleuid)
public JobSchedule this[
Guid scheduleuid
] { get; }
public:
property JobSchedule^ default[Guid scheduleuid] {
JobSchedule^ get (Guid scheduleuid);
}
member Item : JobSchedule
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- scheduleuid
Type : System.Guid
A GUID value that identifies the JobSchedule to return.
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.Agent.JobSchedule
A JobSchedule object.