Freigeben über


MergeSynchronizationAgent.SubscriberChanges-Eigenschaft

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

Eigenschaftswert

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

Implementiert

IMergeSynchronizationAgent.SubscriberChanges

Hinweise

The SubscriberChanges property is read-only.

Siehe auch

Verweis

MergeSynchronizationAgent Klasse

Microsoft.SqlServer.Replication-Namespace