SubscriberLogin Property

Replication Programming

Replication Programming

SubscriberLogin Property

The SubscriberLogin property specifies the login name used connecting to the Subscriber.

Applies To

SQLDistribution Object

SQLMerge Object

Syntax

object.SubscriberLogin [= value]

Part Description
object Expression that evaluates to an object in the Applies To list.
value Subscriber login name.
Remarks

This is a required property if SubscriberSecurityMode is set to DB_AUTHENTICATION.

Data Type

String

Modifiable

Read/write

Prototype C/C++

HRESULT get_SubscriberLogin(BSTR *pVal);

HRESULT put_SubscriberLogin(BSTR newVal);

See Also

SubscriberPassword Property

SubscriberSecurityMode Property