Enumerazione ConflictLogType
Enumerates the supported conflict logging options available to a conflict handler.
Spazio dei nomi: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintassi
'Dichiarazione
Public Enumeration ConflictLogType
'Utilizzo
Dim instance As ConflictLogType
public enum ConflictLogType
public enum class ConflictLogType
type ConflictLogType
public enum ConflictLogType
Membri
Nome membro | Descrizione | |
---|---|---|
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. |