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 that is inherited by this class.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
Syntax
'Declaration
Protected Overrides Sub OnChangesApplied ( _
value As DbChangesAppliedEventArgs, _
transaction As IDbTransaction _
)
'Usage
Dim value As DbChangesAppliedEventArgs
Dim transaction As IDbTransaction
Me.OnChangesApplied(value, transaction)
protected override void OnChangesApplied(
DbChangesAppliedEventArgs value,
IDbTransaction transaction
)
protected:
virtual void OnChangesApplied(
DbChangesAppliedEventArgs^ value,
IDbTransaction^ transaction
) override
abstract OnChangesApplied :
value:DbChangesAppliedEventArgs *
transaction:IDbTransaction -> unit
override OnChangesApplied :
value:DbChangesAppliedEventArgs *
transaction:IDbTransaction -> unit
protected override 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.