Énumération ConflictLogType
Enumerates the supported conflict logging options available to a conflict handler.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (dans Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Enumeration ConflictLogType
'Utilisation
Dim instance As ConflictLogType
public enum ConflictLogType
public enum class ConflictLogType
type ConflictLogType
public enum ConflictLogType
Membres
Nom de membre | Description | |
---|---|---|
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. |