ConflictLogType Enumeration
Enumerates the supported conflict logging options available to a conflict handler.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Enumeration ConflictLogType
'Usage
Dim instance As ConflictLogType
public enum ConflictLogType
public enum class ConflictLogType
type ConflictLogType
public enum ConflictLogType
Members
| Member name | Description | |
|---|---|---|
| ConflictLogNone | The conflict is not logged. | |
| ConflictLogSubscriber | The Subscriber's dataset is logged as the conflict loser. | |
| ConflictLogPublisher | The Publisher's dataset is logged as the conflict loser. |