Enumeração PersistenceType

Defines the metadata persistence for linked objects.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

C#
[GuidAttribute("66508CE8-5ACB-482e-B808-04AE2B227391")]
public enum PersistenceType

Membros

Nome do membro Descrição
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.

Comentários

Novo: ? 17 de julho de 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.

Consulte também

Referência

Namespace Microsoft.AnalysisServices