Свойство Item (Int32)

Gets a JobSchedule object in the collection by index number.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Agent
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    index As Integer _
) As JobSchedule
    Get
'Применение
Dim instance As JobScheduleCollection
Dim index As Integer
Dim value As JobSchedule

value = instance(index)
public JobSchedule this[
    int index
] { get; }
public:
property JobSchedule^ default[int index] {
    JobSchedule^ get (int index);
}
member Item : JobSchedule
JScript поддерживает использование индексированных свойств, но не объявление новых.

Параметры

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.Agent. . :: . .JobSchedule
A JobSchedule object value that represents the job schedule.