MergeSynchronizationAgent.SubscriberChanges Property

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

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

Syntax

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

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

Property Value

Type: System.Int32
The total number of Subscriber changes that were applied at the Publisher during the last synchronization.

Implements

IMergeSynchronizationAgent.SubscriberChanges

Remarks

The SubscriberChanges property is read-only.

See Also

Reference

MergeSynchronizationAgent Class

Microsoft.SqlServer.Replication Namespace