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.
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. |