The SubscriberChanges property specifies the total number of Subscriber changes applied at the Publisher when the Run method was last called.

object.SubscriberChanges [= value]

Applies To

SQL Server Compact 3.5 Replication object

  • value
    Total number of rows inserted, deleted, and updated

Data Type

Long

Modifiable

Read-only

Prototype

HRESULT get_SubscriberChanges(long *pVal);

Reference

Replication Object Properties