Replication Programming
SubscriberPassword Property
The SubscriberPassword property specifies the login password used when connecting to the Subscriber.
Applies To
Syntax
object.SubscriberPassword [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list. |
value | Subscriber password string. |
Remarks
This property is used only when SubscriberSecurityMode is set to DB_AUTHENTICATION.
The default is no password.
Data Type
String
Modifiable
Read/write
Prototype C/C++
HRESULT get_SubscriberPassword(BSTR *pVal);
HRESULT put_SubscriberPassword(BSTR newVal);