The SubscriberPassword property specifies the login password used when connecting to the Subscriber.
SQLDistribution Object | SQLMerge Object |
object.SubscriberPassword [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Subscriber password string |
This property is used only when SubscriberSecurityMode is set to DB_AUTHENTICATION.
The default is no password.
String
Read/write
HRESULT get_SubscriberPassword(BSTR *pVal);
HRESULT put_SubscriberPassword(BSTR newVal);
SubscriberLogin Property | SubscriberSecurityMode Property |