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
public ChangeTrackingType ChangeTrackingType { get; set; }
public:
property ChangeTrackingType ChangeTrackingType {
ChangeTrackingType get ();
void set (ChangeTrackingType value);
}
/** @property */
public ChangeTrackingType get_ChangeTrackingType ()
/** @property */
public void set_ChangeTrackingType (ChangeTrackingType value)
public function get ChangeTrackingType () : ChangeTrackingType
public function set ChangeTrackingType (value : ChangeTrackingType)
Property Value
One of the ChangeTrackingType values.
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SqlSyncAdapterBuilder Class
SqlSyncAdapterBuilder Members
Microsoft.Synchronization.Data.Server Namespace