PeerDataConflictType Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Defines the types of conflicts that can occur during synchronization.

Namespace: Microsoft.Synchronization.Data.Peer
Assembly: Microsoft.Synchronization.Data.Peer (in microsoft.synchronization.data.peer.dll)

Syntax

'Declaration
Public Enumeration PeerDataConflictType
'Usage
Dim instance As PeerDataConflictType
public enum PeerDataConflictType
public enum class PeerDataConflictType
public enum PeerDataConflictType
public enum PeerDataConflictType

Members

  Member name Description
ErrorsOccurred The peer database threw an exception while applying a change. 
LocalDeleteRemoteDelete The local and remote peers both deleted the same row. 
LocalDeleteRemoteUpdate The local peer deleted a row that the remote peer updated. 
LocalInsertRemoteInsert The local and remote peers both inserted a row that has the same primary key value. This caused a primary key violation. 
LocalUpdateRemoteDelete The local peer updated a row that the remote peer deleted. 
LocalUpdateRemoteUpdate The local and remote peers both updated the same row. 

See Also

Reference

Microsoft.Synchronization.Data.Peer Namespace