DataAggregationMode Enum

Definition

Indicates if the server can aggregate data or the cache.

public enum DataAggregationMode
type DataAggregationMode = 
Public Enum DataAggregationMode
Inheritance
DataAggregationMode

Fields

CacheAggregatable 2

Specifies that the information in cache can be aggregated.

DataAggregatable 1

Specifies that the data in files or tables can be aggregated.

DataAndCacheAggregatable 3

Specifies that the information in cache and data in the files or tables can be aggregated.

None 0

Specifies that nothing can be aggregated.

Remarks

Data refers to MOLAP files or ROLAP tables. Cache refers to any of multiple Analysis Services caches in memory.

Applies to