MergeSynchronizationAgent.PublisherChanges Property

Gets the total number of Publisher changes that were applied at the Subscriber during the last synchronization.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property PublisherChanges As Integer 
    Get
'Usage
Dim instance As MergeSynchronizationAgent 
Dim value As Integer 

value = instance.PublisherChanges
public virtual int PublisherChanges { get; }
public:
virtual property int PublisherChanges {
    int get ();
}
abstract PublisherChanges : int 
override PublisherChanges : int
function get PublisherChanges () : int

Property Value

Type: System.Int32
The total number of Publisher changes.

Implements

IMergeSynchronizationAgent.PublisherChanges

Remarks

The PublisherChanges property is read-only.

See Also

Reference

MergeSynchronizationAgent Class

Microsoft.SqlServer.Replication Namespace