Enumeração ProcessingMode

Enumerates the modes when processing aggregation calculation.

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

Sintaxe

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

Membros

Nome do membro Descrição
LazyAggregations Aggregations are processed using background thread after partition processing is complete.
Regular Aggregations are calculated as part of the partition processing.

Consulte também

Referência

Namespace Microsoft.AnalysisServices