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)

Syntax

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

Members

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

Remarks

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

See Also

Reference

Microsoft.Synchronization.Data Namespace