Compartir a través de


SchedulerCollection.Item Propiedad

Gets the item at the specified index in the collection.

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

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Scheduler 
    Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

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

Vea también

Referencia

SchedulerCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo