AxisInfo Element (XMLA)
Represents the metadata of a single axis contained by the parent AxesInfo element.
語法
<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 |
|
Child elements |
Attributes
Attribute | Description |
---|---|
Name |
Required String attribute. The name of the axis. |
備註
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.