Compartir a través de


SchedulerCollection.GetElementAt Método

Gets a particular Scheduler from the collection on Index.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Function GetElementAt ( _
    position As Integer _
) As Scheduler
'Uso
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

Parámetros

Valor devuelto

Tipo: Microsoft.SqlServer.Management.Smo.Scheduler
The scheduler object.

Vea también

Referencia

SchedulerCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo