Member Element (XMLA)
SQL Server 2012
<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>
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.