Compartir a través de


IMergeSynchronizationAgent.PublisherChanges Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.Int32
A Int32 value.

Vea también

Referencia

IMergeSynchronizationAgent Interfaz

Espacio de nombres Microsoft.SqlServer.Replication