SchedulerCollection.GetElementAt(Int32) 方法

定义

从索引上的集合中获取特定计划程序

public Microsoft.SqlServer.Management.Smo.Scheduler GetElementAt(int position);
member this.GetElementAt : int -> Microsoft.SqlServer.Management.Smo.Scheduler
Public Function GetElementAt (position As Integer) As Scheduler

参数

position
Int32

Schduler 的索引

返回

计划程序对象

适用于