SqlSyncAdapterBuilder::ChangeTrackingType Property

Specifies whether the server database uses the change tracking feature in SQL Server or a custom coupled change tracking system, with a default of CoupledChangeTracking.

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

public:
property ChangeTrackingType ChangeTrackingType {
	ChangeTrackingType get ();
	void set (ChangeTrackingType value);
}

Property Value

Type: Microsoft.Synchronization.Data.Server::ChangeTrackingType
One of the ChangeTrackingType enumeration values.

We recommend that you use change tracking in SQL Server 2008. For more information, see Getting Started: Client and Server Synchronization and How to: Use SQL Server Change Tracking.

Show: