ProcessingMode Enumeration
Updated: May 24, 2016
Enumerates the modes when processing aggregation calculation.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
| Member name | Description | |
|---|---|---|
| LazyAggregations | Aggregations are processed using background thread after partition processing is complete. | |
| Regular | Aggregations are calculated as part of the partition processing. |
Show: