Share via


Enumeración ConflictLogType

Enumerates the supported conflict logging options available to a conflict handler.

Espacio de nombres:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado:  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxis

'Declaración
Public Enumeration ConflictLogType
'Uso
Dim instance As ConflictLogType
public enum ConflictLogType
public enum class ConflictLogType
type ConflictLogType
public enum ConflictLogType

Miembros

Nombre del miembro Descripción
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.