Partager via


PublisherChanges propriété

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

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (dans Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property PublisherChanges As Integer
    Get
'Utilisation
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

Valeur de la propriété

Type : System. . :: . .Int32
A Int32 value.

Implémente

IMergeSynchronizationAgent. . :: . .PublisherChanges

Notes

The PublisherChanges property is read-only.