Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |
Default |
Cardinality |
0-1: Optional element that can occur once and only once. |
Element Relationships
Relationship |
Element |
|---|---|
Parent element |
|
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. |
Default |
Missing members are ignored. |
The element that corresponds to the parent of MdxMissingMemberMode in the Analysis Management Objects (AMO) object model is Dimension.