The PublisherLogin property sets or returns the login name used when connecting to the Publisher.
object.PublisherLogin [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list. |
| value | User name used to log in to the Publisher. |
This is a required property if PublisherSecurityMode is set to DB_AUTHENTICATION.
String
Read/write
HRESULT get_PublisherLogin(BSTR *pVal);
HRESULT put_PublisherLogin(BSTR newVal);