Propriété FederationCollection.Item (String)
Returns the federation object with the specified name in the collection.
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 Federation
Get
'Utilisation
Dim instance As FederationCollection
Dim name As String
Dim value As Federation
value = instance(name)
public Federation this[
string name
] { get; }
public:
property Federation^ default[String^ name] {
Federation^ get (String^ name);
}
member Item : Federation
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 federation.
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.Federation
The federation object with the specified name.