DbSyncProvider::ChangeTracking Property

Note: This API is now obsolete.

Gets or sets a ChangeTrackingModel enumeration value that specifies the type of change tracking that is used in all peer databases.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

[ObsoleteAttribute(L"ChangeTracking property is no longer used by the provider.")]
public:
virtual property ChangeTrackingModel ChangeTracking {
	ChangeTrackingModel get ();
	void set (ChangeTrackingModel value);
}

Property Value

Type: Microsoft.Synchronization.Data::ChangeTrackingModel
A ChangeTrackingModel enumeration value that specifies the type of change tracking.
Show: