SchedulerCollection.GetElementAt(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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