Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 2.22 KB

cubehierarchy-data-type-assl.md

File metadata and controls

49 lines (35 loc) · 2.22 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
CubeHierarchy Data Type (ASSL) | Microsoft Docs
Learn about the CubeHierarchy data type element in the Analysis Services Scripting Language (ASSL) schema.
10/31/2023
analysis-services
assl
reference
kfollis
kfollis
kfollis

CubeHierarchy Data Type (ASSL)

Defines a primitive data type that represents information about a Hierarchy element in a Cube element.

Syntax

<CubeHierarchy>   <HierarchyID>...</HierarchyID>   <Name>...</Name>   <OptimizedState>...</OptimizedState>   <Visible>...</Visible>   <Enabled>...</Enabled>   <Annotations>...</Annotations></CubeHierarchy>  

Data Type Characteristics

Characteristic Description
Base data types None
Derived data types None

Data Type Relationships

Relationship Element
Parent elements None
Child elements Annotations, Enabled, HierarchyID, Name, OptimizedState, Visible
Derived elements Hierarchy (Hierarchies collection of CubeDimension)

Remarks

This data type has no restrictions and can be used under any deployment mode: 0-Multidimensional and Data Mining, 1-SharePoint, and 2-Tabular.

In SQL Server 2016 Analysis Services and later, the Enabled property cannot be set to False for CubeHierarchy.

The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.CubeHierarchy.

See Also

Discover Method (XMLA)
Analysis Services Scripting Language XML Data Types (ASSL)