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)

Syntax

'Declaration
Public Property ChangeTrackingType As ChangeTrackingType
    Get
    Set
'Usage
Dim instance As SqlSyncAdapterBuilder
Dim value As ChangeTrackingType

value = instance.ChangeTrackingType

instance.ChangeTrackingType = value
public ChangeTrackingType ChangeTrackingType { get; set; }
public:
property ChangeTrackingType ChangeTrackingType {
    ChangeTrackingType get ();
    void set (ChangeTrackingType value);
}
member ChangeTrackingType : ChangeTrackingType with get, set
function get ChangeTrackingType () : ChangeTrackingType
function set ChangeTrackingType (value : ChangeTrackingType)

Property Value

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

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.

See Also

Reference

SqlSyncAdapterBuilder Class

Microsoft.Synchronization.Data.Server Namespace