BusinessLogicModule.UpdateDeleteConflictHandler 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
게시자와 구독자에서 UPDATE 문이 DELETE 문과 충돌할 때 호출되는 사용자 지정 비즈니스 논리를 구현하는 선택적 메서드입니다.
public:
virtual Microsoft::SqlServer::Replication::BusinessLogicSupport::ActionOnUpdateDeleteConflict UpdateDeleteConflictHandler(Microsoft::SqlServer::Replication::BusinessLogicSupport::SourceIdentifier updateSource, System::Data::DataSet ^ sourceDataSet, System::Data::DataSet ^ % customDataSet, Microsoft::SqlServer::Replication::BusinessLogicSupport::ConflictLogType % conflictLogType, System::String ^ % customConflictMessage, int % historyLogLevel, System::String ^ % historyLogMessage);
public virtual Microsoft.SqlServer.Replication.BusinessLogicSupport.ActionOnUpdateDeleteConflict UpdateDeleteConflictHandler (Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier updateSource, System.Data.DataSet sourceDataSet, ref System.Data.DataSet customDataSet, ref Microsoft.SqlServer.Replication.BusinessLogicSupport.ConflictLogType conflictLogType, ref string customConflictMessage, ref int historyLogLevel, ref string historyLogMessage);
abstract member UpdateDeleteConflictHandler : Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier * System.Data.DataSet * DataSet * ConflictLogType * string * int * string -> Microsoft.SqlServer.Replication.BusinessLogicSupport.ActionOnUpdateDeleteConflict
override this.UpdateDeleteConflictHandler : Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier * System.Data.DataSet * DataSet * ConflictLogType * string * int * string -> Microsoft.SqlServer.Replication.BusinessLogicSupport.ActionOnUpdateDeleteConflict
Public Overridable Function UpdateDeleteConflictHandler (updateSource As SourceIdentifier, sourceDataSet As DataSet, ByRef customDataSet As DataSet, ByRef conflictLogType As ConflictLogType, ByRef customConflictMessage As String, ByRef historyLogLevel As Integer, ByRef historyLogMessage As String) As ActionOnUpdateDeleteConflict
매개 변수
- updateSource
- SourceIdentifier
업데이트의 출처가 게시자인지 구독자인지를 나타내는 SourceIdentifier입니다.
- sourceDataSet
- DataSet
충돌하는 행을 나타내는 GUID를 포함하는 데이터 집합입니다.
- customDataSet
- DataSet
사용자 지정 비즈니스 논리가 구현하는 데이터 집합입니다.
- conflictLogType
- ConflictLogType
사용자 지정 비즈니스 논리 처리기가 요청하는 ConflictLogType입니다.
- customConflictMessage
- String
사용자 지정 비즈니스 논리 처리기가 반환하는 충돌 메시지입니다.
- historyLogLevel
- Int32
사용자 지정 비즈니스 논리 처리기가 반환하는 사용자 지정 메시지의 로그 수준입니다.
- historyLogMessage
- String
사용자 지정 비즈니스 논리 처리기가 제공하는 로그 메시지입니다. 이 로그 메시지는 배포 데이터베이스에 기록됩니다.
반환
사용자 지정 비즈니스 논리 처리기가 실행된 후 프로세스에서 수행할 ActionOnUpdateDeleteConflict 동작입니다.