Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
public enum ConflictLogType
public enum class ConflictLogType
public enum ConflictLogType
public enum ConflictLogType
Members
| Member name | Description |
|---|---|
| ConflictLogNone | The conflict is not logged. |
| ConflictLogPublisher | The Publisher's dataset is logged as the conflict loser. |
| ConflictLogSubscriber | The Subscriber's dataset is logged as the conflict loser. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace