Freigeben über


RelationshipCollection.Item-Eigenschaft (String)

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    id As String _
) As Relationship 
    Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftswert

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

Siehe auch

Verweis

RelationshipCollection Klasse

Item-Überladung

Microsoft.AnalysisServices-Namespace