MdxMissingMemberMode Element (ASSL)

Determines how missing members are handled for Multidimensional Expressions (MDX) statements.

Syntax

<Dimension>
   ...
   <MdxMissingMemberMode>...</MdxMissingMemberMode>
   ...
</Dimension>

Element Characteristics

Characteristic

Description

Data type and length

String (enumeration)

Default value

Ignore

Cardinality

0-1: Optional element that can occur once and only once.

Element Relationships

Relationship

Element

Parent element

Dimension

Child elements

None

Remarks

The value of this element is limited to one of the strings listed in the following table.

Value

Description

Ignore

Missing members are ignored.

Error

An error is raised if missing members are encountered.

The element that corresponds to the parent of MdxMissingMemberMode in the Analysis Management Objects (AMO) object model is Dimension.