The PublisherLogin property specifies the logon name used when connecting to the Publisher.

object.PublisherLogin [= value]

Applies To

SQL Server Compact 3.5 Replication object

  • value
    Publisher logon name

Data Type

String

Modifiable

Read/write

Prototype

HRESULT get_PublisherLogin(BSTR *pVal);
HRESULT put_PublisherLogin(BSTR newVal);

PublisherLogin is a required property if PublisherSecurityModeis set to DB_AUTHENTICATION.

Reference

PublisherSecurityMode Property (Replication)

Replication Object Properties