ConflictLogType Enumeration
Enumerates the supported conflict logging options available to a conflict handler.
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
| Member name | Description | |
|---|---|---|
| ConflictLogNone | The conflict is not logged. | |
| ConflictLogPublisher | The Publisher's dataset is logged as the conflict loser. | |
| ConflictLogSubscriber | The Subscriber's dataset is logged as the conflict loser. |
Show: