DataAggregationMode Enumeration
Indicates if the server can aggregate data or the cache.
Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
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 |
Hinweise
Neu:17. Juli 2006
Data refers to MOLAP files or ROLAP tables.
Cache refers to any of multiple Analysis Services caches in memory.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.