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