<p>
(Member Property MDX Metadata)
This element represents an MDX member property.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
The zero based index of member unique name in the metadata string store. The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
|
The zero based index of the property name in metadata string store. The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_MdxMemeberProp">
<attribute name="n" type="xsd:unsignedInt" use="required"/>
<attribute name="np" type="xsd:unsignedInt" use="required"/>
</complexType>