Skip to content

Latest commit

 

History

History
65 lines (54 loc) · 2.78 KB

File metadata and controls

65 lines (54 loc) · 2.78 KB
title RefreshInterval 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
RefreshInterval Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
RefreshInterval
helpviewer_keywords
RefreshInterval element
ms.assetid 2761d26a-5fb0-452c-9a89-12f8dc658c33
caps.latest.revision 37
author Minewiskan
ms.author owend
manager erikre

RefreshInterval Element (ASSL)

Specifies the interval at which the bound data associated with the parent element is refreshed.

Syntax

  
<DimensionBinding> <!-- or MeasureGroupBinding, ProactiveCachingIncrementalProcessingBinding, ProactiveCachingQueryBinding -->  
   ...  
   <RefreshInterval>...</RefreshInterval>  
   ...  
</DimensionBinding>  

Element Characteristics

Characteristic Description
Data type and length XML duration
Default value When the Ancestor or Parent is ProactiveCachingIncrementalProcessingBinding or ProactiveCachingQueryBinding, the default value is PT-1s. In all other cases, it is PT1m.
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent elements DimensionBinding, MeasureGroupBinding, ProactiveCachingIncrementalProcessingBinding, ProactiveCachingQueryBinding
Child elements None

Remarks

The elements that correspond to the parents of RefreshInterval in the Analysis Management Objects (AMO) object model are xref:Microsoft.AnalysisServices.DimensionBinding, xref:Microsoft.AnalysisServices.MeasureGroupBinding, xref:Microsoft.AnalysisServices.ProactiveCachingIncrementalProcessingBinding, and xref:Microsoft.AnalysisServices.ProactiveCachingQueryBinding.

See Also

Properties (ASSL)