Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 2.2 KB

proactivecaching-element-assl.md

File metadata and controls

58 lines (45 loc) · 2.2 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
ProactiveCaching Element (ASSL) | Microsoft Docs
Learn about the ProactiveCaching object element in the Analysis Services Scripting Language (ASSL) schema.
10/31/2023
analysis-services
assl
reference
kfollis
kfollis
kfollis

ProactiveCaching Element (ASSL)

Defines proactive caching settings for the parent element.

Syntax

  
<Cube> <!-- or Dimension, MeasureGroup, Partition -->  
   ...  
   <ProactiveCaching>  
      <OnlineMode>...</OnlineMode>  
      <AggregationStorage>...</AggregationStorage>  
      <Source>...</Source>  
      <SilenceInterval>...</SilenceInterval>  
      <Latency>...</Latency>  
      <SilenceOverrideInterval>...</SilenceOverrideInterval>  
      <ForceRebuildInterval>...</ForceRebuildInterval>  
      <Enabled >...</Enabled>  
   </ProactiveCaching>  
   ...  
</Cube>  

Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent elements Cube, Dimension, MeasureGroup, Partition
Child elements AggregationStorage, Enabled, ForceRebuildInterval, Latency, OnlineMode, SilenceInterval, SilenceOverrideInterval, Source

Remarks

The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.ProactiveCaching.

See Also

Objects (ASSL)