Cube.ScriptCacheProcessingMode Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the script cache settings for processing.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[DefaultValueAttribute(ScriptCacheProcessingMode.Regular)]
public ScriptCacheProcessingMode ScriptCacheProcessingMode { get; set; }
public:
[DefaultValueAttribute(ScriptCacheProcessingMode::Regular)]
property ScriptCacheProcessingMode ScriptCacheProcessingMode {
    ScriptCacheProcessingMode get();
    void set(ScriptCacheProcessingMode value);
}
[<DefaultValueAttribute(ScriptCacheProcessingMode.Regular)>]
member ScriptCacheProcessingMode : ScriptCacheProcessingMode with get, set
<DefaultValueAttribute(ScriptCacheProcessingMode.Regular)>
Public Property ScriptCacheProcessingMode As ScriptCacheProcessingMode

Property Value

Type: Microsoft.AnalysisServices.ScriptCacheProcessingMode

A ScriptCacheProcessingMode enumeration.

See Also

Cube Class
Microsoft.AnalysisServices Namespace

Return to top