Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")> _
Public Enumeration DbResolveAction
'Usage
Dim instance As DbResolveAction
[SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")]
public enum DbResolveAction
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1706:ShortAcronymsShouldBeUppercase")]
public enum class DbResolveAction
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") */
public enum DbResolveAction
SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")
public enum DbResolveAction
Members
Member name | Description | |
---|---|---|
FireEvent | Raise the ApplyChangeFailed event. | |
LocalWins | Overwrite the row at the remote peer with the row from the local peer. | |
RemoteWins | Overwrite the row at the local peer with the row from the remote 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 Collaborative Synchronization (SQL Server).