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 the item at the specified index in the collection.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As Scheduler
Get
'Utilisation
Dim instance As SchedulerCollection
Dim index As Integer
Dim value As Scheduler
value = instance(index)
public Scheduler this[
int index
] { get; }
public:
property Scheduler^ default[int index] {
Scheduler^ get (int index);
}
member Item : Scheduler
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- index
Type : System.Int32
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.Scheduler
The item at the specified index in the collection.