JobScheduleCollectionBase.Item Property
Gets a JobSchedule object in the collection that has the specified GUID.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
scheduleuid As Guid _
) As JobSchedule
Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- scheduleuid
Type: System.Guid
A GUID value that identifies the JobSchedule to return.
Property Value
Type: Microsoft.SqlServer.Management.Smo.Agent.JobSchedule
A JobSchedule object.