DataAggregationMode Enumeration

Indicates if the server can aggregate data or the cache.

命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

语法

声明
Public Enumeration DataAggregationMode
public enum DataAggregationMode
public enum class DataAggregationMode
public enum DataAggregationMode
public enum DataAggregationMode

Members

Member name Description
CacheAggregatable Specifies that the information in cache can be aggregated.
DataAggregatable Specifies that the data in files or tables can be aggregated.
DataAndCacheAggregatable Specifies that the information in cache and data in the files or tables can be aggregated.
None Specifies that nothing can be aggregated

备注

新增日期:2006 年 7 月 17 日

Data refers to MOLAP files or ROLAP tables.

Cache refers to any of multiple Analysis Services caches in memory.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

Microsoft.AnalysisServices Namespace