Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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
Public Enumeration DbSyncStage
'Usage
Dim instance As DbSyncStage
public enum DbSyncStage
public enum class DbSyncStage
type DbSyncStage
public enum DbSyncStage
Members
| Member name | Description | |
|---|---|---|
| ReadingMetadata | Reading local table metadata. | |
| WritingMetadata | Updating local metadata. | |
| ApplyingInserts | Applying inserts to the store. | |
| ApplyingUpdates | Applying updates to the store. | |
| ApplyingDeletes | Applying deletes to the store. | |
| ApplyingChanges | Applying changes to the store. | |
| SelectingChanges | Enumerating changes from the store. | |
| CleanupMetadata | Cleanup metadata from tracking tables. | |
| ReadingSchema | Reading the table schema from the store. |