SchedulerCollection.GetElementAt(Int32) Method

Definition

Gets a particular Scheduler from the collection on Index

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

Parameters

position
Int32

index of Schduler

Returns

Scheduler object

Applies to