Поделиться через


Метод BusinessLogicModule.CommitHandler

Optional method implements the custom business logic that is invoked when a data change is committed during synchronization.

Пространство имен:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Сборка:  Microsoft.SqlServer.Replication.BusinessLogicSupport (в Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Синтаксис

'Декларация
Public Overridable Sub CommitHandler ( _
    source As SourceIdentifier, _
    rowGuid As Guid _
)
'Применение
Dim instance As BusinessLogicModule 
Dim source As SourceIdentifier 
Dim rowGuid As Guid

instance.CommitHandler(source, rowGuid)
public virtual void CommitHandler(
    SourceIdentifier source,
    Guid rowGuid
)
public:
virtual void CommitHandler(
    SourceIdentifier source, 
    Guid rowGuid
)
abstract CommitHandler : 
        source:SourceIdentifier * 
        rowGuid:Guid -> unit  
override CommitHandler : 
        source:SourceIdentifier * 
        rowGuid:Guid -> unit
public function CommitHandler(
    source : SourceIdentifier, 
    rowGuid : Guid
)

Параметры

  • rowGuid
    Тип: System.Guid
    GUID of the row that was committed.

См. также

Справочник

BusinessLogicModule Класс

Пространство имен Microsoft.SqlServer.Replication.BusinessLogicSupport

Другие ресурсы

Выполнение бизнес-логики при синхронизации слиянием

Реализация обработчика бизнес-логики для статьи публикации слиянием