ActionOnDataChange Enumeration
Enumerates all actions that can be taken when handling data changes that do not result in a conflict.
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
| Member name | Description | |
|---|---|---|
| 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. |
Show: