ConflictLogType Enumeration

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

命名空间: Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集: Microsoft.SqlServer.Replication.BusinessLogicSupport (in microsoft.sqlserver.replication.businesslogicsupport.dll)

语法

声明
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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace