| title | ProactiveCaching Element (ASSL) | Microsoft Docs | ||
|---|---|---|---|
| ms.custom | |||
| ms.date | 03/06/2017 | ||
| ms.prod | sql-server-2016 | ||
| ms.reviewer | |||
| ms.suite | |||
| ms.technology |
|
||
| ms.tgt_pltfrm | |||
| ms.topic | reference | ||
| apiname |
|
||
| apilocation | |||
| apitype | Schema | ||
| applies_to |
|
||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 85f9ed44-2ede-406f-b0ca-237ab2f49722 | ||
| caps.latest.revision | 34 | ||
| author | Minewiskan | ||
| ms.author | owend | ||
| manager | erikre |
Defines proactive caching settings for the parent element.
<Cube> <!-- or Dimension, MeasureGroup, Partition -->
...
<ProactiveCaching>
<OnlineMode>...</OnlineMode>
<AggregationStorage>...</AggregationStorage>
<Source>...</Source>
<SilenceInterval>...</SilenceInterval>
<Latency>...</Latency>
<SilenceOverrideInterval>...</SilenceOverrideInterval>
<ForceRebuildInterval>...</ForceRebuildInterval>
<Enabled >...</Enabled>
</ProactiveCaching>
...
</Cube> | Characteristic | Description |
|---|---|
| Data type and length | None |
| Default value | None |
| Cardinality | 0-1: Optional element that can occur once and only once. |
| Relationship | Element |
|---|---|
| Parent elements | Cube, Dimension, MeasureGroup, Partition |
| Child elements | AggregationStorage, Enabled, ForceRebuildInterval, Latency, OnlineMode, SilenceInterval, SilenceOverrideInterval, Source |
The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.ProactiveCaching.