Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Raises the ChangesApplied event.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Protected Overridable Sub OnChangesApplied ( _
value As DbChangesAppliedEventArgs, _
transaction As IDbTransaction _
)
'Usage
Dim value As DbChangesAppliedEventArgs
Dim transaction As IDbTransaction
Me.OnChangesApplied(value, transaction)
protected virtual void OnChangesApplied(
DbChangesAppliedEventArgs value,
IDbTransaction transaction
)
protected:
virtual void OnChangesApplied(
DbChangesAppliedEventArgs^ value,
IDbTransaction^ transaction
)
abstract OnChangesApplied :
value:DbChangesAppliedEventArgs *
transaction:IDbTransaction -> unit
override OnChangesApplied :
value:DbChangesAppliedEventArgs *
transaction:IDbTransaction -> unit
protected function OnChangesApplied(
value : DbChangesAppliedEventArgs,
transaction : IDbTransaction
)
Parameters
- value
Type: Microsoft.Synchronization.Data.DbChangesAppliedEventArgs
The event data.
- transaction
Type: System.Data.IDbTransaction
The current database transaction.