Compartir a través de


AggregationType Enumeration

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

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
Public Enumeration AggregationType
public enum AggregationType
public enum class AggregationType
public enum AggregationType
public enum AggregationType

Members

Member name Description
IndexedView Creates an indexed view for the ROLAP aggregation. The server recreates the view every time that the partition is reprocessed.
Table Reserved for future use.
UserDefined The user has defined the aggregation table for current partition.

Notas

Nuevo:17 de julio de 2006

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Microsoft.AnalysisServices Namespace