Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
- position
Type : System.Int32
The position value.
Valeur de retour
Type : Microsoft.SqlServer.Management.Smo.Scheduler
The scheduler object.