Propriedade do RDL SchedulerCollection.Item
Gets the item at the specified index in the collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- index
Tipo: System.Int32
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Scheduler
The item at the specified index in the collection.