Subscriber Property (Replication)

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

Syntax

object.Subscriber [= value]

Parameters

  • value
    The Subscriber name.

Applies To

SQL Server Compact 3.5 (SQL Server Compact 3.5) Replication object

Data Type

String

Modifiable

Read/write

Prototype

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

Remarks

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).

See Also

Reference

Replication Object Properties

Other Resources

Monitoring Replication (SQL Server Compact)

Help and Information

Getting Assistance (SQL Server Compact 3.5 Service Pack 1)