DataAggregationMode Enumeration
SQL Server 2012
Indicates if the server can aggregate data or the cache.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
| 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 |
