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
パラメーター
- position
型: System.Int32
位置を表す値です。
戻り値
型: Microsoft.SqlServer.Management.Smo.Scheduler
スケジューラ オブジェクトです。