PersistenceType Enumeration
Updated: May 24, 2016
Defines the metadata persistence for linked objects.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
| Member name | Description | |
|---|---|---|
| All | Specifies all the <languageKeyword>persistencetype</languageKeyword> | |
| Metadata | Specifies that the metadata is static on the Subscriber side. | |
| NotPersisted | Specifies that the metadata is dynamically updated on the Subscriber side. |
New:?17 July 2006
If persisted metadata in the Subscriber differs from metadata in the remote object, an error is raised on the Subscriber. The data bindings should be adjusted manually to fix the error.
Show: