Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Raises the ApplyChangeFailed event.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in microsoft.synchronization.data.sqlserverce.dll)
Syntax
'Declaration
Protected Overridable Sub OnApplyChangeFailed ( _
value As ApplyChangeFailedEventArgs _
)
'Usage
Dim value As ApplyChangeFailedEventArgs
Me.OnApplyChangeFailed(value)
protected virtual void OnApplyChangeFailed (
ApplyChangeFailedEventArgs value
)
protected:
virtual void OnApplyChangeFailed (
ApplyChangeFailedEventArgs^ value
)
protected void OnApplyChangeFailed (
ApplyChangeFailedEventArgs value
)
protected function OnApplyChangeFailed (
value : ApplyChangeFailedEventArgs
)
Parameters
- value
An ApplyChangeFailedEventArgs object that contains event data.
See Also
Reference
SqlCeClientSyncProvider Class
SqlCeClientSyncProvider Members
Microsoft.Synchronization.Data.SqlServerCe Namespace