Partager via


Propriété RelationshipEndAttributeCollection.Item (Int32)

Gets the RelationshipEndAttribute at the specified zero-based index.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As RelationshipEndAttribute 
    Get
'Utilisation
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 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 zero-based index in the collection.

Valeur de propriété

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

Voir aussi

Référence

RelationshipEndAttributeCollection Classe

Surcharge Item

Espace de noms Microsoft.AnalysisServices