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)

Syntax

'Declaration
<ObsoleteAttribute("ChangeTracking property is no longer used by the provider.")> _
Public Overridable Property ChangeTracking As ChangeTrackingModel
    Get
    Set
'Usage
Dim instance As DbSyncProvider
Dim value As ChangeTrackingModel

value = instance.ChangeTracking

instance.ChangeTracking = value
[ObsoleteAttribute("ChangeTracking property is no longer used by the provider.")]
public virtual ChangeTrackingModel ChangeTracking { get; set; }
[ObsoleteAttribute(L"ChangeTracking property is no longer used by the provider.")]
public:
virtual property ChangeTrackingModel ChangeTracking {
    ChangeTrackingModel get ();
    void set (ChangeTrackingModel value);
}
[<ObsoleteAttribute("ChangeTracking property is no longer used by the provider.")>]
abstract ChangeTracking : ChangeTrackingModel with get, set
[<ObsoleteAttribute("ChangeTracking property is no longer used by the provider.")>]
override ChangeTracking : ChangeTrackingModel with get, set
function get ChangeTracking () : ChangeTrackingModel
function set ChangeTracking (value : ChangeTrackingModel)

Property Value

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

See Also

Reference

DbSyncProvider Class

Microsoft.Synchronization.Data Namespace