다음을 통해 공유


ActionOnUpdateDeleteConflict Enumeration

Enumerates all actions that can be taken when handling an UPDATE statement that conflicts with a DELETE statement.

네임스페이스: Microsoft.SqlServer.Replication.BusinessLogicSupport
어셈블리: Microsoft.SqlServer.Replication.BusinessLogicSupport (in microsoft.sqlserver.replication.businesslogicsupport.dll)

구문

‘선언
Public Enumeration ActionOnUpdateDeleteConflict
public enum ActionOnUpdateDeleteConflict
public enum class ActionOnUpdateDeleteConflict
public enum ActionOnUpdateDeleteConflict
public enum ActionOnUpdateDeleteConflict

Members

Member name Description
AcceptCustomData The conflict is resolved using custom user data provided by the business logic handler. The custom user data is then propagated by the replication process.
AcceptDefaultResolution The conflict is resolved using the default resolution rules
AcceptDelete The conflict is resolved by accepting the delete as the winner.
AcceptUpdate The conflict is resolved by accepting the update as the winner.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace