PersistenceType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
NotPersisted | 0 | Specifies that the metadata is dynamically updated on the Subscriber side. |
Metadata | 1 | Specifies that the metadata is static on the Subscriber side. |
All | 2 | Specifies all the persistence-type. |
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.