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 命名空间