Freigeben über


RelationshipEndAttributeCollection.Item-Eigenschaft (String)

Gets the RelationshipEndAttribute with the specified AttributeID.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    attributeId As String _
) As RelationshipEndAttribute 
    Get
'Usage
Dim instance As RelationshipEndAttributeCollection 
Dim attributeId As String 
Dim value As RelationshipEndAttribute 

value = instance(attributeId)
public RelationshipEndAttribute this[
    string attributeId
] { get; }
public:
property RelationshipEndAttribute^ default[String^ attributeId] {
    RelationshipEndAttribute^ get (String^ attributeId);
}
member Item : RelationshipEndAttribute
JScript unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftswert

Typ: Microsoft.AnalysisServices.RelationshipEndAttribute
The RelationshipEndAttribute with the specified AttributeID.

Siehe auch

Verweis

RelationshipEndAttributeCollection Klasse

Item-Überladung

Microsoft.AnalysisServices-Namespace