The PublisherPassword property sets or returns the login password used when connecting to the Publisher.
object.PublisherPassword [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list. |
value | Password used to connect to the Publisher. |
The default is no password.
This is a required property if PublisherSecurityMode is set to DB_AUTHENTICATION.
String
Read/write
HRESULT get_PublisherPassword(BSTR *pVal);
HRESULT put_PublisherPassword (BSTR newVal);