Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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. |