AggregationType 枚举

Contains an enumeration of the different types of possible aggregations used only in ROLAP cubes.

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

语法

声明
Public Enumeration AggregationType
用法
Dim instance As AggregationType
public enum AggregationType
public enum class AggregationType
type AggregationType
public enum AggregationType

成员

成员名称 说明
IndexedView Creates an indexed view for the ROLAP aggregation. The server recreates the view every time that the partition is reprocessed.
注意注意
This option only applies to Data Sources that use SQL Server 2000 and SQL Server 2005.
Table Reserved for future use.
UserDefined The user has defined the aggregation table for current partition.

注释

新增日期: 2006 年 7 月 17 日

AggregationType enumeration is used to define the type of aggregation in ROLAP cubes.

IndexedView only applies to Data Sources that use SQL Server 2000 and SQL Server 2005.

Defining an AggregationType to be UserDefined requires manually specifying the bindings for each granularity attribute in the aggregation to the columns in the user-defined table; there is no graphical interface to help in this process.