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)

'Declaration
Public Enumeration DbSyncStage
'Usage
Dim instance As DbSyncStage

Member nameDescription
ReadingMetadataReading local table metadata.
WritingMetadataUpdating local metadata.
ApplyingInsertsApplying inserts to the store.
ApplyingUpdatesApplying updates to the store.
ApplyingDeletesApplying deletes to the store.
ApplyingChangesApplying changes to the store.
SelectingChangesEnumerating changes from the store.
CleanupMetadataCleanup metadata from tracking tables.
ReadingSchemaReading the table schema from the store.
Show: