Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Enumerates the modes when processing aggregation calculation.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("FAB438CF-3D70-450e-85C5-10B4ABC07D6D")> _
Public Enumeration ProcessingMode
'Usage
Dim instance As ProcessingMode
[GuidAttribute("FAB438CF-3D70-450e-85C5-10B4ABC07D6D")]
public enum ProcessingMode
[GuidAttribute(L"FAB438CF-3D70-450e-85C5-10B4ABC07D6D")]
public enum class ProcessingMode
[<GuidAttribute("FAB438CF-3D70-450e-85C5-10B4ABC07D6D")>]
type ProcessingMode
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. |