JobScheduleCollectionBase.Item Property
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