ScriptCacheProcessingMode Element (ASSL)
SQL Server 2012
Indicates whether the server should build the script cache during processing or after processing.
The value of this element is limited to one of the strings in the following table.
|
Value |
Description |
|---|---|
|
Regular |
The server builds the script cache during processing. |
|
Lazy |
The server builds the script cache after processing. |
The enumeration that corresponds to the allowed values for ScriptCacheProcessingMode in the Analysis Management Objects (AMO) object model is ScriptCacheProcessingMode.
The element that corresponds to the parent of ScriptCacheProcessingMode in the Analysis Management Objects (AMO) object model is Cube.
