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