共用方式為


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

成員

成員名稱 描述
None Specifies that nothing can be aggregated
DataAggregatable Specifies that the data in files or tables can be aggregated.
CacheAggregatable Specifies that the information in cache can be aggregated.
DataAndCacheAggregatable Specifies that the information in cache and data in the files or tables can be aggregated.

備註

新增: 2006 年 7 月 17 日

Data refers to MOLAP files or ROLAP tables.

Cache refers to any of multiple Analysis Services caches in memory.