Bagikan melalui


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

Property Value

Type: Microsoft.SqlServer.Management.Smo.Agent.JobSchedule
A JobSchedule object.

See Also

Reference

JobScheduleCollectionBase Class

Microsoft.SqlServer.Management.Smo Namespace