Represents a single member in a parent Members or Tuple element.
语法
<Members>
...
<Member>
<UName>...</UName>
<Caption>...</Caption>
<LName>...</LName>
<LNum>...</LNum>
<DisplayInfo>...</DisplayInfo>
</Member>
...
</Members>
<!-- or -->
<Tuple>
...
<Member Hierarchy="string">
<UName>...</UName>
<Caption>...</Caption>
<LName>...</LName>
<LNum>...</LNum>
<DisplayInfo>...</DisplayInfo>
</Member>
...
</Tuple>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type and length |
None |
Default value |
None |
Cardinality |
0-n: Optional element that can occur more than once. |
Element Relationships
| Relationship | Element |
|---|---|
Parent elements |
|
Child elements |
Caption, DisplayInfo, LName, LNum, UName |
Attributes
| Attribute | Description |
|---|---|
Hierarchy |
Required String attribute (for parent Tuple elements only). The name of the hierarchy to which the member represented by the Member element belongs. |
备注
The Member element contains the information needed to identify and display a member within a given hierarchy. For parent Members elements, the hierarchy is already specified by the Hierarchy attribute of the parent element. For parent Tuple elements, the hierarchy is specified using the Hierarchy attribute of the Member element.