ScriptCacheProcessingMode Enumeration

Specifies an enumeration of script cache processing.

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

Syntax

C#
public enum ScriptCacheProcessingMode

Members

Member name Description
Lazy Builds the script cache after processing.
Regular Builds the script cache during processing.

See Also

Reference

Microsoft.AnalysisServices Namespace