AggregationType Enumeration

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

네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

구문

‘선언
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.

주의

신규: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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.AnalysisServices Namespace