ProactiveCaching.AggregationStorage 属性

Gets or sets storage for partitions with ProactiveCaching.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property AggregationStorage As ProactiveCachingAggregationStorage 
    Get 
    Set
用法
Dim instance As ProactiveCaching 
Dim value As ProactiveCachingAggregationStorage 

value = instance.AggregationStorage

instance.AggregationStorage = value
public ProactiveCachingAggregationStorage AggregationStorage { get; set; }
public:
property ProactiveCachingAggregationStorage AggregationStorage {
    ProactiveCachingAggregationStorage get ();
    void set (ProactiveCachingAggregationStorage value);
}
member AggregationStorage : ProactiveCachingAggregationStorage with get, set
function get AggregationStorage () : ProactiveCachingAggregationStorage 
function set AggregationStorage (value : ProactiveCachingAggregationStorage)

属性值

类型:Microsoft.AnalysisServices.ProactiveCachingAggregationStorage
One of multiple enumeration values; the default is Regular.

请参阅

参考

ProactiveCaching 类

Microsoft.AnalysisServices 命名空间