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.
This complex type represents an attribute in a PerspectiveDimension.
-
<xsd:complexType name="PerspectiveAttribute"> <xsd:all> <xsd:element name="AttributeID" type="xsd:string"/> <xsd:element name="AttributeHierarchyVisible" type="xsd:boolean" minOccurs="0"/> <xsd:element name="DefaultMember" type="xsd:string" minOccurs="0"/> <xsd:element name="Annotations" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:element name="Annotation" type="Annotation" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:all> </xsd:complexType>
|
Element |
Read-Only |
Default value |
Description |
|---|---|---|---|
|
AttributeID |
|
[Required] |
The ID of the attribute. |
|
AttributeHierarchyVisible |
|
True |
When true, specifies whether the attribute hierarchy is visible; otherwise, false. |
|
DefaultMember |
|
Empty |
An MDX expression specifying the default member for this attribute.<98> |
|
Annotations |
|
Empty |
A collection of Annotation objects. |