DataAggregationMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates if the server can aggregate data or the cache.
public enum DataAggregationMode
type DataAggregationMode =
Public Enum DataAggregationMode
- Inheritance
-
DataAggregationMode
Fields
Name | Value | Description |
---|---|---|
None | 0 | Specifies that nothing can be aggregated. |
DataAggregatable | 1 | Specifies that the data in files or tables can be aggregated. |
CacheAggregatable | 2 | Specifies that the information in cache can be aggregated. |
DataAndCacheAggregatable | 3 | Specifies that the information in cache and data in the files or tables can be aggregated. |
Remarks
Data refers to MOLAP files or ROLAP tables. Cache refers to any of multiple Analysis Services caches in memory.