Condividi tramite


Proprietà RelationshipCollection.Item (Int32)

Gets the Relationship at the specified index from the collection.

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

Sintassi

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

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

Parametri

Valore proprietà

Tipo: Microsoft.AnalysisServices.Relationship
The relationship at the specified index.

Vedere anche

Riferimento

RelationshipCollection Classe

Overload Item

Spazio dei nomi Microsoft.AnalysisServices