SchedulerCollection.GetElementAt(Int32) メソッド

定義

Index のコレクションから特定の Scheduler を取得します。

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 のインデックス

返品

Scheduler オブジェクト

適用対象