Expand Minimize
This topic has not yet been rated - Rate this topic

DataAggregationMode Enumeration

Indicates if the server can aggregate data or the cache.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public enum DataAggregationMode
Member nameDescription
CacheAggregatableSpecifies that the information in cache can be aggregated.
DataAggregatableSpecifies that the data in files or tables can be aggregated.
DataAndCacheAggregatableSpecifies that the information in cache and data in the files or tables can be aggregated.
NoneSpecifies that nothing can be aggregated

New:   17 July 2006

Data refers to MOLAP files or ROLAP tables.

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.