共用方式為


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 命名空間