Partager via


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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.Federation
The federation object with the specified name.

Voir aussi

Référence

FederationCollection Classe

Surcharge Item

Espace de noms Microsoft.SqlServer.Management.Smo