Partager via


Propriété RelationshipCollection.Item (String)

Gets the Relationship that has the specified identifier from the collection.

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

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    id As String _
) As Relationship 
    Get
'Utilisation
Dim instance As RelationshipCollection 
Dim id As String 
Dim value As Relationship 

value = instance(id)
public Relationship this[
    string id
] { get; }
public:
property Relationship^ default[String^ id] {
    Relationship^ get (String^ id);
}
member Item : Relationship
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : Microsoft.AnalysisServices.Relationship
The Relationship specified by the identifier.

Voir aussi

Référence

RelationshipCollection Classe

Surcharge Item

Espace de noms Microsoft.AnalysisServices