Condividi tramite


Proprietà IMergeSynchronizationAgent.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
ReadOnly Property PublisherChanges As Integer 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Int32
A Int32 value.

Vedere anche

Riferimento

IMergeSynchronizationAgent Interfaccia

Spazio dei nomi Microsoft.SqlServer.Replication