Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.84 KB

persistence-element-assl.md

File metadata and controls

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

Persistence Element (ASSL)

Determines which parts of the bound source data are dynamic and are checked for updates using the frequency specified by the RefreshPolicy element.

Syntax

  
<DimensionBinding> <!-- or MeasureGroupBinding -->  
   ...  
   <Persistence>...</Persistence>  
   ...  
</DimensionBinding>  

Element Characteristics

Characteristic Description
Data type and length String (enumeration)
Default value NotPersisted
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent element DimensionBinding, MeasureGroupBinding
Child elements None

Remarks

The value of this element is limited to one of the strings listed in the following table.

Value Description
NotPersisted Source metadata, members, and data are all dynamic.
MetaData Source metadata is static, but members and data are dynamic.
All Source metadata, members, and data are all static.

The enumeration that corresponds to the allowed values for Persistence in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.PersistenceType.

See Also

Properties (ASSL)