次の方法で共有


ProactiveCaching.AggregationStorage プロパティ

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
複数の列挙値のうちの 1 つが返されます。既定値は Regular です。

関連項目

参照

ProactiveCaching クラス

Microsoft.AnalysisServices 名前空間