Interface INotifyingChangeApplierTarget2
En cas d'implémentation par une classe dérivée, représente les méthodes supplémentaires sur un objet qui peut enregistrer des modifications d'élément dans un réplica.
Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)
Syntaxe
'Déclaration
Public Interface INotifyingChangeApplierTarget2
Inherits INotifyingChangeApplierTarget
'Utilisation
Dim instance As INotifyingChangeApplierTarget2
public interface INotifyingChangeApplierTarget2 : INotifyingChangeApplierTarget
public interface class INotifyingChangeApplierTarget2 : INotifyingChangeApplierTarget
public interface INotifyingChangeApplierTarget2 extends INotifyingChangeApplierTarget
public interface INotifyingChangeApplierTarget2 extends INotifyingChangeApplierTarget
Notes
Cette interface doit être implémentée par le fournisseur de destination lorsqu'il utilise un objet NotifyingChangeApplier pour mieux appliquer les modifications au réplica de destination, et le réplica de destination signale les conflits de contraintes. L'objet INotifyingChangeApplierTarget2 est passé à la méthode ApplyChanges. L'objet NotifyingChangeApplier appelle ensuite les méthodes INotifyingChangeApplierTarget2 pour enregistrer les conflits de contraintes dans le réplica de destination.
Voir aussi
Référence
Membres INotifyingChangeApplierTarget2
Espace de noms Microsoft.Synchronization