The PublisherChanges property returns the total number of Publisher changes applied to the Subscriber during the last Run operation.
object.PublisherChanges [= value]
Part | Description |
---|---|
object | Expression that evaluates to a SQLMerge object. |
value | Total number of Publisher rows inserted, deleted, and updated. |
Long
Read-only
HRESULT get_PublisherChanges(long *pVal);