共用方式為


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.

請參閱

參考

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空間