Freigeben über


PersistenceType Enumeration

Defines the metadata persistence for linked objects.

Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
<GuidAttribute("66508CE8-5ACB-482e-B808-04AE2B227391")> _
Public Enumeration PersistenceType
[GuidAttribute("66508CE8-5ACB-482e-B808-04AE2B227391")] 
public enum PersistenceType
[GuidAttribute(L"66508CE8-5ACB-482e-B808-04AE2B227391")] 
public enum class PersistenceType
/** @attribute GuidAttribute("66508CE8-5ACB-482e-B808-04AE2B227391") */ 
public enum PersistenceType
GuidAttribute("66508CE8-5ACB-482e-B808-04AE2B227391") 
public enum PersistenceType

Members

Member name Description
Metadata Specifies that the metadata is static on the Subscriber side.
NotPersisted Specifies that the metadata is dynamically updated on the Subscriber side.

Hinweise

Neu:17. Juli 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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Microsoft.AnalysisServices Namespace