Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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. |