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.
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
'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);
}
/** @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 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
SqlSyncAdapterBuilder Members
Microsoft.Synchronization.Data.Server Namespace