ActionOnDataChange Enumeration

 

Enumerates all actions that can be taken when handling data changes that do not result in a conflict.

Namespace:   Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

public enum class ActionOnDataChange

Member nameDescription
AcceptCustomData

The data change is overridden by custom user data provided by the business logic handler. The custom user data is then propagated by the replication process.

AcceptData

The data change is accepted and propagated by the replication process as usual.

RejectData

The data change is rejected and not propagated by the replication process.

No code example is currently available or this language may not be supported.
Return to top
Show: