Skip to content

Latest commit

 

History

History
74 lines (63 loc) · 2.99 KB

File metadata and controls

74 lines (63 loc) · 2.99 KB
title ProactiveCaching Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
ProactiveCaching Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
ProactiveCaching
helpviewer_keywords
ProactiveCaching element
ms.assetid 85f9ed44-2ede-406f-b0ca-237ab2f49722
caps.latest.revision 34
author Minewiskan
ms.author owend
manager erikre

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)