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.
Specifies the options for resolving any conflicts that occur during synchronization.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Enumeration DbResolveAction
'Usage
Dim instance As DbResolveAction
public enum DbResolveAction
public enum class DbResolveAction
type DbResolveAction
public enum DbResolveAction
Members
| Member name | Description | |
|---|---|---|
| FireEvent | Raise the ApplyChangeFailed event. | |
| RemoteWins | Overwrite the row at the local peer with the row from the remote peer. | |
| LocalWins | Overwrite the row at the remote peer with the row from the local peer. |
Remarks
This enumeration is not used in Sync Framework. For information about conflict detection and resolution, see How to: Handle Data Conflicts and Errors for Database Synchronization (SQL Server).