Метод SchedulerCollection.GetElementAt

Gets a particular Scheduler from the collection on Index.

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

Синтаксис

'Декларация
Public Function GetElementAt ( _
    position As Integer _
) As Scheduler
'Применение
Dim instance As SchedulerCollection 
Dim position As Integer 
Dim returnValue As Scheduler 

returnValue = instance.GetElementAt(position)
public Scheduler GetElementAt(
    int position
)
public:
Scheduler^ GetElementAt(
    int position
)
member GetElementAt : 
        position:int -> Scheduler
public function GetElementAt(
    position : int
) : Scheduler

Параметры

Возвращаемое значение

Тип: Microsoft.SqlServer.Management.Smo.Scheduler
The scheduler object.

См. также

Справочник

SchedulerCollection Класс

Пространство имен Microsoft.SqlServer.Management.Smo