次の方法で共有


ProactiveCaching.Enabled プロパティ

ProactiveCaching が Enabled かどうかを取得します。値の設定も可能です。

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

構文

'宣言
Public Property Enabled As Boolean 
    Get 
    Set
'使用
Dim instance As ProactiveCaching 
Dim value As Boolean 

value = instance.Enabled

instance.Enabled = value
public bool Enabled { get; set; }
public:
property bool Enabled {
    bool get ();
    void set (bool value);
}
member Enabled : bool with get, set
function get Enabled () : boolean 
function set Enabled (value : boolean)

プロパティ値

型: System.Boolean
ProactiveCaching が Enabled の場合は true、それ以外の場合は false です。

関連項目

参照

ProactiveCaching クラス

Microsoft.AnalysisServices 名前空間