Proprietà AvailabilityDatabaseCollection.Item (Int32)
Gets the entry at the specified index of the AvailabilityDatabaseCollection.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
index As Integer _
) As AvailabilityDatabase
Get
'Utilizzo
Dim instance As AvailabilityDatabaseCollection
Dim index As Integer
Dim value As AvailabilityDatabase
value = instance(index)
public AvailabilityDatabase this[
int index
] { get; }
public:
property AvailabilityDatabase^ default[int index] {
AvailabilityDatabase^ get (int index);
}
member Item : AvailabilityDatabase
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- index
Tipo: System.Int32
The zero-based index of the entry to locate in the collection.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.AvailabilityDatabase
The specified index of the collection.