Partager via


Propriété AvailabilityDatabaseCollection.Item (Int32)

Gets the entry at the specified index of the AvailabilityDatabaseCollection.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As AvailabilityDatabase 
    Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

  • index
    Type : System.Int32
    The zero-based index of the entry to locate in the collection.

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.AvailabilityDatabase
The specified index of the collection.

Voir aussi

Référence

AvailabilityDatabaseCollection Classe

Surcharge Item

Espace de noms Microsoft.SqlServer.Management.Smo