Partager via


ConflictLogType Enumeration

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

Espace de noms: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in microsoft.sqlserver.replication.businesslogicsupport.dll)

Syntaxe

'Déclaration
Public Enumeration ConflictLogType
public enum ConflictLogType
public enum class ConflictLogType
public enum ConflictLogType
public enum ConflictLogType

Members

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace