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.
Defines the availability mode for proactive caching.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Enumeration ProactiveCachingOnlineMode
'Usage
Dim instance As ProactiveCachingOnlineMode
public enum ProactiveCachingOnlineMode
public enum class ProactiveCachingOnlineMode
type ProactiveCachingOnlineMode
public enum ProactiveCachingOnlineMode
Members
| Member name | Description | |
|---|---|---|
| Immediate | Specifies that queries are routed to the underlying relational data source while cache is being refreshed. | |
| OnCacheComplete | Specifies that proactive caching uses the current available cache. |