Muokkaa

Jaa


AttributeHierarchyVisible Element (ASSL)

Determines whether the attribute hierarchy is visible to client applications.

Syntax

  
<DimensionAttribute> <!-- or CubeAttribute or PerspectiveAttribute -->  
   ...  
   <AttributeHierarchyVisible>...</AttributeHierarchyVisible>  
   ...  
</DimensionAttribute>  

Element Characteristics

Characteristic Description
Data type and length Boolean
Default value True
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent element CubeAttribute, DimensionAttribute, PerspectiveAttribute
Child elements None

Remarks

The AttributeHierarchyVisible element determines whether the attribute hierarchy associated with the attribute is visible to client applications. If this element is set to False, the attribute hierarchy can still be used to create user-defined hierarchies and can be referenced by Multidimensional Expressions (MDX) statements.

The elements that correspond to the parents of AttributeHierarchyVisible in the Analysis Management Objects (AMO) object model are CubeAttribute, DimensionAttribute, and PerspectiveAttribute.

See Also

AttributeHierarchyEnabled Element (ASSL)
Properties (ASSL)