DbSyncProvider.ChangeTracking Property
NOTE: This property is now obsolete.
Gets or sets a ChangeTrackingModel enumeration value that specifies the type of change tracking that is used in all peer databases.
This property is not CLS-compliant.
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
'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);
}
/** @property */
public ChangeTrackingModel get_ChangeTracking ()
/** @property */
public void set_ChangeTracking (ChangeTrackingModel value)
public function get ChangeTracking () : ChangeTrackingModel
public function set ChangeTracking (value : ChangeTrackingModel)
Property Value
A ChangeTrackingModel enumeration value that specifies the type of change tracking.
See Also
Reference
DbSyncProvider Class
DbSyncProvider Members
Microsoft.Synchronization.Data Namespace