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.