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.
Enumerates all actions that can be taken when handling conflicting UPDATE statements.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in microsoft.sqlserver.replication.businesslogicsupport.dll)
Syntax
'Declaration
Public Enumeration ActionOnUpdateConflict
public enum ActionOnUpdateConflict
public enum class ActionOnUpdateConflict
public enum ActionOnUpdateConflict
public enum ActionOnUpdateConflict
Members
Member name | Description |
---|---|
AcceptCustomConflictData | The conflict is resolved using custom user data provided by the business logic handler. The custom data is then propagated by the replication process. |
AcceptDefaultResolution | The conflict is resolved using the default resolution rules. |
AcceptPublisherData | The conflict is resolved by accepting the update from the Publisher as the winning update. |
AcceptSubscriberData | The conflict is resolved by accepting the update from the Subscriber as the winning update. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace