Enumerazione ProcessingMode

Enumerates the modes when processing aggregation calculation.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

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

Membri

Nome membro Descrizione
LazyAggregations Aggregations are processed using background thread after partition processing is complete.
Regular Aggregations are calculated as part of the partition processing.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices