SyncConflictResolver Members
SQL Server 2005
Represents the actions to take when any conflicts occur during synchronization.
The following tables list the members exposed by the SyncConflictResolver type.
| Name | Description | |
|---|---|---|
| SyncConflictResolver | Initializes a new instance of the SyncConflictResolver class. |
| Name | Description | |
|---|---|---|
| ClientDeleteServerUpdateAction | Gets or sets a ResolveAction enumeration value that specifies the action to take when a ClientDeleteServerUpdate conflict occurs. |
| ClientInsertServerInsertAction | Gets or sets a ResolveAction enumeration value that specifies the action to take when a ClientInsertServerInsert conflict occurs. |
| ClientUpdateServerDeleteAction | Gets or sets a ResolveAction enumeration value that specifies the action to take when a ClientUpdateServerDelete conflict occurs. |
| ClientUpdateServerUpdateAction | Gets or sets a ResolveAction enumeration value that specifies the action to take when a ClientUpdateServerUpdate conflict occurs. |
| StoreErrorAction | Gets or sets a ResolveAction enumeration value that specifies the action to take when an error occurs in the client or server data store. |
(see also
Protected
Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. (inherited from Object ) |
| GetHashCode | (inherited from Object ) |
| GetType | (inherited from Object ) |
| ReferenceEquals | (inherited from Object ) |
| ToString | (inherited from Object ) |