Enumeração ConflictLogType
Enumerates the supported conflict logging options available to a conflict handler.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxe
'Declaração
Public Enumeration ConflictLogType
'Uso
Dim instance As ConflictLogType
public enum ConflictLogType
public enum class ConflictLogType
type ConflictLogType
public enum ConflictLogType
Membros
| Nome do membro | Descrição | |
|---|---|---|
| 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. |