AggregationType 列舉

定義

包含只在 ROLAP Cube 中使用不同類型的可能彙總之列舉。

public enum AggregationType
type AggregationType = 
Public Enum AggregationType
繼承
AggregationType

欄位

IndexedView 0

建立 ROLAP 彙總的索引檢視表。 每次重新處理資料分割時,伺服器就會重新建立檢視表。

Table 1

保留供未來使用。

UserDefined 2

使用者已定義目前資料分割的彙總資料表。

備註

AggregationType 列舉可用來定義 ROLAP Cube 中的匯總類型。 IndexedView 僅適用于使用 SQL Server 2000 和 SQL Server 2005 的資料來源。 定義要成為 UserDefined 的 AggregationType 需要手動指定匯總中每個資料細微性屬性的系結至使用者定義資料表中的資料行;此程式沒有圖形化介面可協助。

適用於