Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Specifies an enumeration of script cache processing.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Enumeration ScriptCacheProcessingMode
'Usage
Dim instance As ScriptCacheProcessingMode
public enum ScriptCacheProcessingMode
public enum class ScriptCacheProcessingMode
type ScriptCacheProcessingMode
public enum ScriptCacheProcessingMode
Members
| Member name | Description | |
|---|---|---|
| Lazy | Builds the script cache after processing. | |
| Regular | Builds the script cache during processing. |