You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 xref:Microsoft.AnalysisServices.ProcessingMode.