Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the total number of Publisher changes applied at the Subscriber when the Synchronize method was last called.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public ReadOnly Property PublisherChanges As Integer
Get
'Usage
Dim instance As SqlCeReplication
Dim value As Integer
value = instance.PublisherChanges
public int PublisherChanges { get; }
public:
property int PublisherChanges {
int get ();
}
member PublisherChanges : int
function get PublisherChanges () : int
Property Value
Type: System. . :: . .Int32
The total number of Publisher rows that were inserted, updated, and deleted.