Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.58 KB

File metadata and controls

53 lines (40 loc) · 1.58 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
AxisInfo Element (XMLA) | Microsoft Docs
Learn how the AxisInfo element represents the metadata of a single axis contained by the parent AxesInfo element.
01/05/2020
analysis-services
xmla
reference
kfollis
kfollis
kfollis

AxisInfo Element (XMLA)

Represents the metadata of a single axis contained by the parent AxesInfo element.

Syntax

  
<AxesInfo>  
   ...  
   <AxisInfo name="string">  
      <HierarchyInfo>...</HierarchyInfo>  
   </AxisInfo>  
   ...  
</AxesInfo>  

Element characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 1-n: Required element that can occur more than once.

Element relationships

Relationship Element
Parent elements AxesInfo
Child elements HierarchyInfo

Attributes

Attribute Description
Name Required String attribute. The name of the axis.

Remarks

In a root element that uses the MDDataSet object, an AxisInfo element contains a collection of HierarchyInfo elements that, combined with the value of the name attribute, represents the definition of a single axis returned in the multidimensional dataset.