共用方式為


PersistenceType Enumeration

Defines the metadata persistence for linked objects.

命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

語法

'宣告
<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.

備註

新增:2006 年 7 月 17 日

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.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.AnalysisServices Namespace