SchedulerCollection.GetElementAt メソッド

インデックスに基づいて、コレクションから特定のスケジューラを取得します。

名前空間:  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
スケジューラ オブジェクトです。

関連項目

参照

SchedulerCollection クラス

Microsoft.SqlServer.Management.Smo 名前空間