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
)
参数
- source
类型:Microsoft.SqlServer.Replication.BusinessLogicSupport. . :: . .SourceIdentifier
SourceIdentifier that indicates whether the source of the change is the Publisher or the Subscriber.
- rowGuid
类型:System. . :: . .Guid
GUID of the row that was committed.