Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As 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. |
Remarks
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.