MdxMissingMemberMode Element (ASSL)
Determines how missing members are handled for Multidimensional Expressions (MDX) statements.
Sintassi
<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 |
|
Child elements |
None |
Osservazioni
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.
Vedere anche
Riferimento
Altre risorse
Guida di riferimento a MDX (Multidimensional Expressions)