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.
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::ChangeTrackingModelA ChangeTrackingModel enumeration value that specifies the type of change tracking.
Show: