Partager via


Interface ISynchronousNotifyingChangeApplierTarget2

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 conflits et des modifications d'élément dans un réplica.

Syntaxe

interface ISynchronousNotifyingChangeApplierTarget2 : ISynchronousNotifyingChangeApplierTarget

Membres

Méthode ISynchronousNotifyingChangeApplierTarget2

Description

ISynchronousNotifyingChangeApplierTarget2::SaveConstraintConflict

En cas d'implémentation par une classe dérivée, enregistre les informations relatives aux éléments qui sont impliqués dans un conflit de contraintes.

Notes

Cette interface doit être implémentée par le fournisseur de destination lorsqu'il utilise un objet ISynchronousNotifyingChangeApplier2 pour mieux appliquer les modifications au réplica de destination qui signale les conflits de contraintes. L'objet ISynchronousNotifyingChangeApplierTarget2 est passé à la méthode ISynchronousNotifyingChangeApplier2::ApplyChanges. L'objet ISynchronousNotifyingChangeApplier2 appelle ensuite les méthodes ISynchronousNotifyingChangeApplierTarget2 pour enregistrer les conflits de contraintes dans le réplica de destination.

Spécifications

En-tête : Synchronization.h

Voir aussi

Autres ressources

Composants principaux de Sync Framework