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 ApplyMetadataFailed event.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Protected Overridable Sub OnApplyChangeFailed ( _
value As DbApplyChangeFailedEventArgs _
)
'Usage
Dim value As DbApplyChangeFailedEventArgs
Me.OnApplyChangeFailed(value)
protected virtual void OnApplyChangeFailed(
DbApplyChangeFailedEventArgs value
)
protected:
virtual void OnApplyChangeFailed(
DbApplyChangeFailedEventArgs^ value
)
abstract OnApplyChangeFailed :
value:DbApplyChangeFailedEventArgs -> unit
override OnApplyChangeFailed :
value:DbApplyChangeFailedEventArgs -> unit
protected function OnApplyChangeFailed(
value : DbApplyChangeFailedEventArgs
)
Parameters
- value
Type: Microsoft.Synchronization.Data.DbApplyChangeFailedEventArgs
The event data.