SubscriberChanges Property

Replication Programming

Replication Programming

SubscriberChanges Property

The SubscriberChanges property specifies the total number of Subscriber changes applied at the Publisher during the last Run operation.

Applies To

SQLMerge Object

Syntax

[value =] object.SubscriberChanges

Part Description
object Expression that evaluates to a SQLMerge object.
value Total number of rows inserted, deleted, and updated.
Data Type

Long

Modifiable

Read-only

Prototype C/C++

HRESULT get_SubscriberChanges(long *pVal);

See Also

PublisherChanges Property

SubscriberConflicts Property