MdxMissingMemberMode Element (ASSL)
SQL Server 2012
Determines how missing members are handled for Multidimensional Expressions (MDX) statements.
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.
