Share via


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)