Partager via


Propriété SchedulerCollection.Item

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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.Scheduler
The item at the specified index in the collection.

Voir aussi

Référence

SchedulerCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo