<mp>
(OLAP Member Property)
Represents an OLAP member property.
<sh:mp field="7"/>
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the index of the field with which this member property is associated. The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
|
Specifies the index of the level to which this member property applies. The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
|
Specifies the unique name of the OLAP member property. The following attributes depend on the
These attributes consist of metadata about a member in an OLAP cube and are usually displayed in a tooltip or mechanism in the user interface. For example, if the value for name equals "[Store].[Store Name].[Store Manager]":
The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96). |
|
Specifies the length of the unique name portion of The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
|
Specifies the length of the property name portion of The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
|
Specifies the index of the character where the property name portion begins in The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
|
Specifies a boolean value that indicates whether to show the property a member caption. A value of on, 1, or true indicates member property value will be shown in as a caption. A value of off, 0, or false indicates member property value will not be shown. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Specifies a boolean value that indicates whether to show the member property value in a PivotTable cell. A value of on, 1, or true indicates member property value will be shown in a cell. A value of off, 0, or false indicates member property value will not be shown. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Specifies a boolean value that indicates whether to show the member property value in a tooltip on the appropriate PivotTable view cells. A value of on, 1, or true indicates member property value will be shown in a tooltip. A value of off, 0, or false indicates member property value will not be shown. This attribute depends on whether the application employs tooltips or similar mechanism in the user interface. The possible values for this attribute are defined by the XML Schema boolean datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_MemberProperty">
<attribute name="name" type="ST_Xstring" use="optional"/>
<attribute name="showCell" type="xsd:boolean" use="optional" default="false"/>
<attribute name="showTip" type="xsd:boolean" use="optional" default="false"/>
<attribute name="showAsCaption" type="xsd:boolean" use="optional" default="false"/>
<attribute name="nameLen" type="xsd:unsignedInt" use="optional"/>
<attribute name="pPos" type="xsd:unsignedInt" use="optional"/>
<attribute name="pLen" type="xsd:unsignedInt" use="optional"/>
<attribute name="level" type="xsd:unsignedInt" use="optional"/>
<attribute name="field" use="required" type="xsd:unsignedInt"/>
</complexType>