ScriptCacheProcessingMode プロパティ
処理のスクリプト キャッシュ設定を取得します。値の設定も可能です。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Property ScriptCacheProcessingMode As ScriptCacheProcessingMode
Get
Set
'使用
Dim instance As Cube
Dim value As ScriptCacheProcessingMode
value = instance.ScriptCacheProcessingMode
instance.ScriptCacheProcessingMode = value
public ScriptCacheProcessingMode ScriptCacheProcessingMode { get; set; }
public:
property ScriptCacheProcessingMode ScriptCacheProcessingMode {
ScriptCacheProcessingMode get ();
void set (ScriptCacheProcessingMode value);
}
member ScriptCacheProcessingMode : ScriptCacheProcessingMode with get, set
function get ScriptCacheProcessingMode () : ScriptCacheProcessingMode
function set ScriptCacheProcessingMode (value : ScriptCacheProcessingMode)