Compartilhar via


Propriedade do RDL MergeSynchronizationAgent.SubscriberChanges

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 (em Microsoft.SqlServer.Replication.dll)

Sintaxe

'Declaração
Public Overridable ReadOnly Property SubscriberChanges As Integer 
    Get
'Uso
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

Valor da propriedade

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

Implementa

IMergeSynchronizationAgent.SubscriberChanges

Comentários

The SubscriberChanges property is read-only.

Consulte também

Referência

MergeSynchronizationAgent Classe

Namespace Microsoft.SqlServer.Replication