Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- index
Type: System.Int32
Property Value
Type: Microsoft.SqlServer.Management.Smo.Scheduler
The item at the specified index in the collection.