Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. | |
| ReadingSchema | Reading the table schema from the store. | |
| SelectingChanges | Enumerating changes from the store. | |
| WritingMetadata | Updating local metadata. |