Propriété AvailabilityReplicaCollection.Item (String)
Gets the specified item from the collection with the specified name.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
name As String _
) As AvailabilityReplica
Get
'Utilisation
Dim instance As AvailabilityReplicaCollection
Dim name As String
Dim value As AvailabilityReplica
value = instance(name)
public AvailabilityReplica this[
string name
] { get; }
public:
property AvailabilityReplica^ default[String^ name] {
AvailabilityReplica^ get (String^ name);
}
member Item : AvailabilityReplica
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- name
Type : System.String
The name of the item.
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.AvailabilityReplica
The specified item from the collection.