Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 2.18 KB

refreshinterval-element-assl.md

File metadata and controls

50 lines (36 loc) · 2.18 KB
title description ms.date ms.service ms.custom ms.reviewer ms.topic author ms.author
RefreshInterval Element (ASSL) | Microsoft Docs
Learn about the RefreshInterval property element in the Analysis Services Scripting Language (ASSL) schema.
7/25/2018
analysis-services
assl
kfollis
reference
kfollis
kfollis

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)