AggregationType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含只在 ROLAP Cube 中使用不同類型的可能彙總之列舉。
public enum AggregationType
type AggregationType =
Public Enum AggregationType
- 繼承
-
AggregationType
欄位
名稱 | 值 | Description |
---|---|---|
IndexedView | 0 | 建立 ROLAP 彙總的索引檢視表。 每次重新處理資料分割時,伺服器就會重新建立檢視表。 |
Table | 1 | 保留供未來使用。 |
UserDefined | 2 | 使用者已定義目前資料分割的彙總資料表。 |
備註
AggregationType 列舉可用來定義 ROLAP Cube 中的匯總類型。 IndexedView 僅適用于使用 SQL Server 2000 和 SQL Server 2005 的資料來源。 定義要成為 UserDefined 的 AggregationType 需要手動指定匯總中每個資料細微性屬性的系結至使用者定義資料表中的資料行;此程式沒有圖形化介面可協助。