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 |
Specifies the interval at which the bound data associated with the parent element is refreshed.
<DimensionBinding> <!-- or MeasureGroupBinding, ProactiveCachingIncrementalProcessingBinding, ProactiveCachingQueryBinding -->
...
<RefreshInterval>...</RefreshInterval>
...
</DimensionBinding>
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. |
Relationship | Element |
---|---|
Parent elements | DimensionBinding, MeasureGroupBinding, ProactiveCachingIncrementalProcessingBinding, ProactiveCachingQueryBinding |
Child elements | None |
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.