---
title: "Persistence 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:
- "Persistence Element"
apilocation:
- "http://schemas.microsoft.com/analysisservices/2003/engine"
apitype: "Schema"
applies_to:
- "SQL Server 2016 Preview"
f1_keywords:
- "Persistence"
helpviewer_keywords:
- "Persistence element"
ms.assetid: dafe3df2-4795-48ea-bebe-33c1a3bf18b6
caps.latest.revision: 34
author: "Minewiskan"
ms.author: "owend"
manager: "erikre"
---
# 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](../../../analysis-services/scripting/properties/refreshpolicy-element-assl.md) element.
## Syntax
```xml
...
...
...
```
## 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](../../../analysis-services/scripting/data-type/dimensionbinding-data-type-assl.md), [MeasureGroupBinding](../../../analysis-services/scripting/data-type/measuregroupbinding-data-type-assl.md)|
|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 .
## See Also
[Properties (ASSL)](../../../analysis-services/scripting/properties/properties-assl.md)