Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |