Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Defines the different phases of synchronization from the perspective of the client.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Enumeration SyncStage
'Usage
Dim instance As SyncStage
public enum SyncStage
public enum class SyncStage
type SyncStage
public enum SyncStage
Members
| Member name | Description | |
|---|---|---|
| ReadingSchema | Reading schema information at the server. | |
| CreatingSchema | Creating tables at the client. | |
| ReadingMetadata | Reading metadata tables at the client | |
| CreatingMetadata | Creating metadata tables at the client. | |
| DeletingMetadata | Removing metadata for one or more tables at the client. | |
| WritingMetadata | Updating metadata tables at the client | |
| UploadingChanges | Sending changes to the server. | |
| DownloadingChanges | Receiving changes from the server. | |
| ApplyingInserts | Applying inserts to the client or server store. | |
| ApplyingUpdates | Applying updates to the client or server store. | |
| ApplyingDeletes | Applying deletes to the client or server store. | |
| GettingInserts | Selecting inserts from the client or server store. | |
| GettingUpdates | Selecting updates from the client or server store. | |
| GettingDeletes | Selecting deletes from the client or server store. |