AggregationType Enum

Definition

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

public enum AggregationType
type AggregationType = 
Public Enum AggregationType
Inheritance
AggregationType

Fields

IndexedView 0

Creates an indexed view for the ROLAP aggregation. The server recreates the view every time that the partition is reprocessed.

Table 1

Reserved for future use.

UserDefined 2

The user has defined the aggregation table for current partition.

Remarks

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.

Applies to