Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Indicates if the server can aggregate data or the cache.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Enumeration DataAggregationMode
'Utilisation
Dim instance As DataAggregationMode
public enum DataAggregationMode
public enum class DataAggregationMode
type DataAggregationMode
public enum DataAggregationMode
Membres
| Nom de membre | 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 |
Notes
Nouveau : 17 juillet 2006
Data refers to MOLAP files or ROLAP tables.
Cache refers to any of multiple Analysis Services caches in memory.