ChangeTrackingModel Enumeration

This enumeration is deprecated. Defines the way in which changes are tracked in the peer database.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

'Declaration
Public Enumeration ChangeTrackingModel
'Usage
Dim instance As ChangeTrackingModel

Member nameDescription
DecoupledAll tracking columns are in a separate table.
CoupledTracking columns are in the base table, and a tombstone table is used to track deletes.

It is no longer necessary to specify which type of change tracking is used.

Show: