Proprietà FederationCollection.Item (Int32)
Returns the federation object at the specified index in the collection.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
index As Integer _
) As Federation
Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- index
Tipo: System.Int32
The index of the federation in the collection.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.Federation
The federation object at the specified index.