Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the script cache settings for processing.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property ScriptCacheProcessingMode As ScriptCacheProcessingMode
Get
Set
'Usage
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)
Property Value
Type: Microsoft.AnalysisServices.ScriptCacheProcessingMode
A ScriptCacheProcessingMode enumeration.