다음을 통해 공유


BusinessLogicModule 멤버

Implements the custom business logic that is invoked during the merge replication synchronization process.

BusinessLogicModule 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
보호된 메서드 BusinessLogicModule Constructor.

맨 위로 이동

메서드

  이름 설명
공용 메서드 CommitHandler Optional method implements the custom business logic that is invoked when a data change is committed during synchronization.
공용 메서드 DeleteErrorHandler Optional method that implements the custom business logic invoked when an error occurs at the time a DELETE statement is being uploaded or downloaded.
공용 메서드 DeleteHandler Optional method that implements the custom business logic invoked when DELETE statements are being uploaded or downloaded.
공용 메서드 Dispose Disposes of all used resources. This method is invoked after all the custom business logic has been executed.
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
공용 메서드 Initialize Sends information about the article being synchronized to the business logic resolver when the Merge Agent is started.
공용 메서드 InsertErrorHandler Optional method implements the custom business logic invoked when an error occurs at the time an INSERT statement is being uploaded or downloaded.
공용 메서드 InsertHandler Optional method that implements the custom business logic invoked when INSERT statements are being uploaded or downloaded.
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 PhaseBegin Optional method that indicates the beginning of an upload or download phase of the synchronization.
공용 메서드 ToString (Object에서 상속됩니다.)
공용 메서드 UpdateConflictsHandler Optional method that implements the custom business logic invoked when conflicting UPDATE statements occur at the Publisher and at the Subscriber.
공용 메서드 UpdateDeleteConflictHandler Optional method that implements the custom business logic invoked when UPDATE statements conflict with DELETE statements at the Publisher and at the Subscriber.
공용 메서드 UpdateErrorHandler Optional method that implements the custom business logic invoked when an error occurs at the time an UPDATE statement is being uploaded or downloaded.
공용 메서드 UpdateHandler Optional method that implements the custom business logic invoked when UPDATE statements are being uploaded or downloaded.

맨 위로 이동

속성

  이름 설명
공용 속성 HandledChangeStates Required property that returns information on the types of changes handled by the business logic module.

맨 위로 이동