The Subscriber property specifies the name of the Subscriber. This is a required property.

object.Subscriber [= value]

Applies To

SQL Server Compact 3.5 Replication object

  • value
    The Subscriber name.

Data Type

String

Modifiable

Read/write

Prototype

HRESULT get_Subscriber(BSTR *pVal);
HRESULT put_Subscriber(BSTR newVal);

The Subscriber property is used as a friendly name to identify the Subscriber when you use SQL Server Replication Monitoring tools on the SQL Server Publisher. Because name uniqueness cannot be enforced on SQL Server Compact 3.5 Subscribers, the Subscriber property's value is concatenated with the Subscriber’s replnickname (integer representation of the subscriber GUID) value to ensure uniqueness at the Publisher. For more information, see Monitoring Replication (SQL Server Compact).

Reference

Replication Object Properties

Concepts

Monitoring Replication (SQL Server Compact)