DbSyncStage Enumeration

Defines the different phases of synchronization from the perspective of the local peer.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")> _
Public Enumeration DbSyncStage
'Usage
Dim instance As DbSyncStage
[SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")] 
public enum DbSyncStage
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1706:ShortAcronymsShouldBeUppercase")] 
public enum class DbSyncStage
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") */ 
public enum DbSyncStage
SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") 
public enum DbSyncStage

Members

  Member name Description
ApplyingChanges Applying changes to the store. 
ApplyingDeletes Applying deletes to the store. 
ApplyingInserts Applying inserts to the store. 
ApplyingUpdates Applying updates to the store. 
CleanupMetadata Cleanup metadata from tracking tables. 
ReadingMetadata Reading local table metadata. 
SelectingChanges Enumerating changes from the store. 
WritingMetadata Updating local metadata. 

See Also

Reference

Microsoft.Synchronization.Data Namespace