ConflictLogType-Enumeration
Listet die unterstützten Konfliktprotokollierungsoptionen auf, die einem Konflikthandler zur Verfügung stehen.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Enumeration ConflictLogType
'Usage
Dim instance As ConflictLogType
public enum ConflictLogType
public enum class ConflictLogType
type ConflictLogType
public enum ConflictLogType
Elemente
Elementname | Beschreibung | |
---|---|---|
ConflictLogNone | Der Konflikt wird nicht protokolliert. | |
ConflictLogSubscriber | Das Dataset des Abonnenten wird als Konfliktverlierer eingetragen. | |
ConflictLogPublisher | Das Dataset des Verlegers wird als Konfliktverlierer protokolliert. |