PersistenceType Enum

Definition

Defines the metadata persistence for linked objects.

[System.Runtime.InteropServices.Guid("66508CE8-5ACB-482e-B808-04AE2B227391")]
public enum PersistenceType
[<System.Runtime.InteropServices.Guid("66508CE8-5ACB-482e-B808-04AE2B227391")>]
type PersistenceType = 
Public Enum PersistenceType
Inheritance
PersistenceType
Attributes

Fields

All 2

Specifies all the persistence-type.

Metadata 1

Specifies that the metadata is static on the Subscriber side.

NotPersisted 0

Specifies that the metadata is dynamically updated on the Subscriber side.

Remarks

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.

Applies to