Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Indicates if the server can aggregate data or the cache.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Enumeration DataAggregationMode
'Uso
Dim instance As DataAggregationMode
public enum DataAggregationMode
public enum class DataAggregationMode
type DataAggregationMode
public enum DataAggregationMode
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| 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 |
Comentarios
Nuevo: 17 de julio de 2006
Data refers to MOLAP files or ROLAP tables.
Cache refers to any of multiple Analysis Services caches in memory.