Share via


ChangeTrackingModel Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Defines the way in which changes are tracked in the peer database.

Namespace: Microsoft.Synchronization.Data.Peer
Assembly: Microsoft.Synchronization.Data.Peer (in microsoft.synchronization.data.peer.dll)

Syntax

'Declaration
Public Enumeration ChangeTrackingModel
'Usage
Dim instance As ChangeTrackingModel
public enum ChangeTrackingModel
public enum class ChangeTrackingModel
public enum ChangeTrackingModel
public enum ChangeTrackingModel

Members

  Member name Description
Coupled Tracking columns are in the base table, and a tombstone table is used to track deletes. 
Decoupled All tracking columns are in a separate table. 

See Also

Reference

Microsoft.Synchronization.Data.Peer Namespace