Compartilhar via


Propriedade do RDL IMergeSynchronizationAgent.PublisherChanges

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

Sintaxe

'Declaração
ReadOnly Property PublisherChanges As Integer 
    Get
'Uso
Dim instance As IMergeSynchronizationAgent 
Dim value As Integer 

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

Valor da propriedade

Tipo: System.Int32
A Int32 value.

Consulte também

Referência

IMergeSynchronizationAgent Interface

Namespace Microsoft.SqlServer.Replication