Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates whether the instance should index and aggregate during or after processing.
Syntax
<Cube> <!-- or Dimension, MeasureGroup, Partition -->
...
<ProcessingMode>...</ProcessingMode>
...
</Cube>
Element Characteristics
Characteristic |
Description |
|---|---|
Data type and length |
String (enumeration) |
Default value |
Regular |
Cardinality |
0-1: Optional element that can occur once and only once. |
Element Relationships
Relationship |
Element |
|---|---|
Parent elements |
|
Child elements |
None |
Remarks
The value of ProcessingMode on the Cube provides the default for the cube, and can be overridden by setting ProcessingMode for each partition.
The value of this element is limited to one of the strings listed in the following table.
Value |
Description |
|---|---|
Regular |
The instance indexes and performs aggregations during processing. |
LazyOptimizations |
The instance indexes and performs aggregations after processing. |
The enumeration that corresponds to the allowed values for ProcessingMode in the Analysis Management Objects (AMO) object model is ProcessingMode.