ConflictLogType 열거형
Enumerates the supported conflict logging options available to a conflict handler.
네임스페이스: Microsoft.SqlServer.Replication.BusinessLogicSupport
어셈블리: Microsoft.SqlServer.Replication.BusinessLogicSupport.dll의 Microsoft.SqlServer.Replication.BusinessLogicSupport
구문
‘선언
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. |