Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 2.06 KB

attributehierarchyvisible-element-assl.md

File metadata and controls

52 lines (38 loc) · 2.06 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
AttributeHierarchyVisible Element (ASSL) | Microsoft Docs
Learn about the AttributeHierarchyVisible property element in the Analysis Services Scripting Language (ASSL) schema.
10/31/2023
analysis-services
assl
reference
kfollis
kfollis
kfollis

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 xref:Microsoft.AnalysisServices.CubeAttribute, xref:Microsoft.AnalysisServices.DimensionAttribute, and xref:Microsoft.AnalysisServices.PerspectiveAttribute.

See Also

AttributeHierarchyEnabled Element (ASSL)
Properties (ASSL)