Share via


PersistenceType 枚举

Defines the metadata persistence for linked objects.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<GuidAttribute("66508CE8-5ACB-482e-B808-04AE2B227391")> _
Public Enumeration PersistenceType
用法
Dim instance As PersistenceType
[GuidAttribute("66508CE8-5ACB-482e-B808-04AE2B227391")]
public enum PersistenceType
[GuidAttribute(L"66508CE8-5ACB-482e-B808-04AE2B227391")]
public enum class PersistenceType
[<GuidAttribute("66508CE8-5ACB-482e-B808-04AE2B227391")>]
type PersistenceType
public enum PersistenceType

成员

成员名称 说明
NotPersisted Specifies that the metadata is dynamically updated on the Subscriber side.
Metadata Specifies that the metadata is static 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.