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 ApplyChangeFailed 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 OnApplyChangeFailed ( _
value As DbApplyChangeFailedEventArgs _
)
'Usage
Dim value As DbApplyChangeFailedEventArgs
Me.OnApplyChangeFailed(value)
protected override void OnApplyChangeFailed(
DbApplyChangeFailedEventArgs value
)
protected:
virtual void OnApplyChangeFailed(
DbApplyChangeFailedEventArgs^ value
) override
abstract OnApplyChangeFailed :
value:DbApplyChangeFailedEventArgs -> unit
override OnApplyChangeFailed :
value:DbApplyChangeFailedEventArgs -> unit
protected override function OnApplyChangeFailed(
value : DbApplyChangeFailedEventArgs
)
Parameters
- value
Type: Microsoft.Synchronization.Data.DbApplyChangeFailedEventArgs
The event data.