ProactiveCaching.AggregationStorage Property

ProactiveCaching を使用してパーティション用のストレージを取得します。値の設定も可能です。

名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)

構文

'宣言
<DefaultValueAttribute(ProactiveCachingAggregationStorage.Regular)> _
Public Property AggregationStorage As ProactiveCachingAggregationStorage
[DefaultValueAttribute(ProactiveCachingAggregationStorage.Regular)] 
public ProactiveCachingAggregationStorage AggregationStorage { get; set; }
[DefaultValueAttribute(ProactiveCachingAggregationStorage::Regular)] 
public:
property ProactiveCachingAggregationStorage AggregationStorage {
    ProactiveCachingAggregationStorage get ();
    void set (ProactiveCachingAggregationStorage value);
}
/** @property */
public ProactiveCachingAggregationStorage get_AggregationStorage ()

/** @property */
public void set_AggregationStorage (ProactiveCachingAggregationStorage value)
public function get AggregationStorage () : ProactiveCachingAggregationStorage

public function set AggregationStorage (value : ProactiveCachingAggregationStorage)

プロパティ値

複数の列挙値のうちの 1 つが返されます。既定値は Regular です。

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

ProactiveCaching Class
ProactiveCaching Members
Microsoft.AnalysisServices Namespace