Compartilhar via


Propriedade do RDL FederationCollection.Item (Int32)

Returns the federation object at the specified index in the collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Federation 
    Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

  • index
    Tipo: System.Int32
    The index of the federation in the collection.

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.Federation
The federation object at the specified index.

Consulte também

Referência

FederationCollection Classe

Sobrecarregado Item

Namespace Microsoft.SqlServer.Management.Smo