ProcessingMode Enumeration

Enumerates the modes when processing aggregation calculation.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
[GuidAttribute("FAB438CF-3D70-450e-85C5-10B4ABC07D6D")]
public enum ProcessingMode

Members

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.

See Also

Reference

Microsoft.AnalysisServices Namespace