Expand Minimize
This topic has not yet been rated - Rate this topic

PersistenceType Enumeration

Defines the metadata persistence for linked objects.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
[GuidAttribute("66508CE8-5ACB-482e-B808-04AE2B227391")]
public enum PersistenceType
Member nameDescription
AllSpecifies all the <languageKeyword>persistencetype</languageKeyword>

MetadataSpecifies that the metadata is static on the Subscriber side.
NotPersistedSpecifies 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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.