Persistence Element (ASSL)
SQL Server 2005
Determines which parts of the bound source data are dynamic and are checked for updates using the frequency specified by the RefreshPolicy element.
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. |
The enumeration that corresponds to the allowed values for Persistence in the Analysis Management Objects (AMO) object model is PersistenceType.
