Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Indicates whether the instance should index and aggregate during or after processing.
Синтаксис
<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 |
Замечания
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.