Replication Programming
PublisherChanges Property
The PublisherChanges property returns the total number of Publisher changes applied to the Subscriber during the last Run operation.
Applies To
Syntax
object.PublisherChanges [= value]
Part | Description |
---|---|
object | Expression that evaluates to a SQLMerge object. |
value | Total number of Publisher rows inserted, deleted, and updated. |
Data Type
Long
Modifiable
Read-only
Prototype C/C++
HRESULT get_PublisherChanges(long *pVal);