DbResolveAction Enumeration

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).

See Also

Reference

Microsoft.Synchronization.Data Namespace