Condividi tramite


Proprietà MergeSynchronizationAgent.PublisherChanges

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

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property PublisherChanges As Integer 
    Get
'Utilizzo
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

Valore proprietà

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

Implementa

IMergeSynchronizationAgent.PublisherChanges

Osservazioni

The PublisherChanges property is read-only.

Vedere anche

Riferimento

MergeSynchronizationAgent Classe

Spazio dei nomi Microsoft.SqlServer.Replication