This topic has not yet been rated - Rate this topic

IFilteredReplicaNotifyingChangeApplierTarget Interface

SQL Server 2008 R2

When overridden by a derived class, represents an object that can provide information about a filtered replica to a notifying change applier.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
public interface IFilteredReplicaNotifyingChangeApplierTarget : IFilterTrackingNotifyingChangeApplierTarget
public interface IFilteredReplicaNotifyingChangeApplierTarget extends IFilterTrackingNotifyingChangeApplierTarget
public interface IFilteredReplicaNotifyingChangeApplierTarget extends IFilterTrackingNotifyingChangeApplierTarget

The IFilteredReplicaNotifyingChangeApplierTarget interface is implemented by a destination provider that represents a filtered replica and that uses an asynchronous notifying change applier supplied by Sync Framework. A filtered replica stores metadata both for items that are in the filter and for items that have recently been in the filter, but only stores data for items that are in the filter.

The change applier obtains the IFilteredReplicaNotifyingChangeApplierTarget object from the INotifyingChangeApplierTarget object that is specified to the ApplyChanges method of the change applier.

Did you find this helpful?
(1500 characters remaining)