共用方式為


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)