Expand Minimize
This topic has not yet been rated - Rate this topic

HierarchyInfo Element (XMLA)

Represents a single hierarchy contained by a parent AxisInfo element.


          

<AxisInfo>
   ...
   <HierarchyInfo name="string">
      <UName>...</UName>
      <Caption>...</Caption>
      <LName>...</LName>
      <LNum>...</LNum>
      <DisplayInfo>...</DisplayInfo>
   </HierarchyInfo>
   ...
</AxisInfo>
        

Characteristic

Description

Data type and length

None

Default value

None

Cardinality

0-n: Optional element that can occur more than once.

Relationship

Element

Parent elements

AxisInfo

Child elements

Caption, DisplayInfo, LName, LNum, UName

Attribute

Description

Name

Required String attribute. The name of the hierarchy.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.