MergeSynchronizationAgent.PublisherChanges Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the total number of Publisher changes that were applied at the Subscriber during the last synchronization.
public:
virtual property int PublisherChanges { int get(); };
public virtual int PublisherChanges { get; }
member this.PublisherChanges : int
Public Overridable ReadOnly Property PublisherChanges As Integer
Property Value
The total number of Publisher changes.
Implements
Remarks
The PublisherChanges property is read-only.