Cube.ScriptCacheProcessingMode 属性

Gets or sets the script cache settings for processing.

命名空间:  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)

属性值

类型:Microsoft.AnalysisServices.ScriptCacheProcessingMode
A ScriptCacheProcessingMode enumeration.

请参阅

参考

Cube 类

Microsoft.AnalysisServices 命名空间