Condividi tramite


Proprietà RelationshipEndAttributeCollection.Item (Int32)

Gets the RelationshipEndAttribute at the specified zero-based index.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    index As Integer _
) As RelationshipEndAttribute 
    Get
'Utilizzo
Dim instance As RelationshipEndAttributeCollection 
Dim index As Integer 
Dim value As RelationshipEndAttribute 

value = instance(index)
public RelationshipEndAttribute this[
    int index
] { get; }
public:
property RelationshipEndAttribute^ default[int index] {
    RelationshipEndAttribute^ get (int index);
}
member Item : RelationshipEndAttribute
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

  • index
    Tipo: System.Int32
    The zero-based index in the collection.

Valore proprietà

Tipo: Microsoft.AnalysisServices.RelationshipEndAttribute
The RelationshipEndAttribute at the specified zero-based index.

Vedere anche

Riferimento

RelationshipEndAttributeCollection Classe

Overload Item

Spazio dei nomi Microsoft.AnalysisServices