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