Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- attributeId
Typ: System.String
The specified attribute id.
Eigenschaftswert
Typ: Microsoft.AnalysisServices.RelationshipEndAttribute
The RelationshipEndAttribute with the specified AttributeID.