Partager via


Méthode SchedulerCollection.GetElementAt

Gets a particular Scheduler from the collection on Index.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Function GetElementAt ( _
    position As Integer _
) As Scheduler
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

SchedulerCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo