ConflictLogType 枚举
Enumerates the supported conflict logging options available to a conflict handler.
命名空间: Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集: Microsoft.SqlServer.Replication.BusinessLogicSupport(在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)
语法
声明
Public Enumeration ConflictLogType
用法
Dim instance As ConflictLogType
public enum ConflictLogType
public enum class ConflictLogType
type ConflictLogType
public enum ConflictLogType
成员
成员名称 | 说明 | |
---|---|---|
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. |