Share via


SchedulerCollection.Item Property

Gets the item at the specified index in the collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Scheduler 
    Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

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

See Also

Reference

SchedulerCollection Class

Microsoft.SqlServer.Management.Smo Namespace