Share via


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 2005 Compact Edition (SQL Server Compact Edition) 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 Edition 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 Edition).

See Also

Reference

Replication Object Properties

Other Resources

Monitoring Replication (SQL Server Compact Edition)

Help and Information

Getting SQL Server Compact Edition Assistance