ChangeTrackingType Enumeration
Defines the type of change tracking that the server database uses.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)
Syntax
'Declaration
Public Enumeration ChangeTrackingType
public enum ChangeTrackingType
public enum class ChangeTrackingType
public enum ChangeTrackingType
public enum ChangeTrackingType
Members
Member name | Description |
---|---|
CoupledChangeTracking | The server database uses a custom change tracking system. |
SqlServerChangeTracking | The server database uses the change tracking feature in SQL Server 2008 and later versions. |
Remarks
We recommend that you use change tracking in SQL Server 2008. For more information, see Getting Started: A Synchronization Services Application and How to: Use SQL Server Change Tracking.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).