Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Enumerates the supported conflict logging options available to a conflict handler.
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 | 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. |
Siehe auch
Verweis
Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace