Share via


PersistenceType 열거형

Defines the metadata persistence for linked objects.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
<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.