Propriété IMergeSynchronizationAgent.PublisherChanges

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

Syntaxe

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

Valeur de propriété

Type : System.Int32
A Int32 value.

Voir aussi

Référence

IMergeSynchronizationAgent Interface

Espace de noms Microsoft.SqlServer.Replication