The PublisherLogin property specifies the login name used when connecting to the Publisher.
| SQLDistribution Object | SQLMerge Object |
object.PublisherLogin [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
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);
| PublisherPassword Property | PublisherSecurityMode Property |