Перечисление DataAggregationMode
Indicates if the server can aggregate data or the cache.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Enumeration DataAggregationMode
'Применение
Dim instance As DataAggregationMode
public enum DataAggregationMode
public enum class DataAggregationMode
type DataAggregationMode
public enum DataAggregationMode
Элементы
Имя элемента | Описание | |
---|---|---|
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 |
Замечания
Добавления: 17 июля 2006 г.
Data refers to MOLAP files or ROLAP tables.
Cache refers to any of multiple Analysis Services caches in memory.