ProcessingMode 枚举

Enumerates the modes when processing aggregation calculation.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<GuidAttribute("FAB438CF-3D70-450e-85C5-10B4ABC07D6D")> _
Public Enumeration ProcessingMode
用法
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

成员

成员名称 说明
LazyAggregations Aggregations are processed using background thread after partition processing is complete.
Regular Aggregations are calculated as part of the partition processing.

请参阅

参考

Microsoft.AnalysisServices 命名空间