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 options for processing a synchronization request from a peer that has outdated metadata.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Enumeration DbOutdatedSyncAction
'Usage
Dim instance As DbOutdatedSyncAction
public enum DbOutdatedSyncAction
public enum class DbOutdatedSyncAction
type DbOutdatedSyncAction
public enum DbOutdatedSyncAction
Members
| Member name | Description | |
|---|---|---|
| PartialSync | Continue to synchronize, but write any issues to the metadata. | |
| AbortSync | Reject the synchronization request. |