PublisherLogin Property (Replication)

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

Syntax

object.PublisherLogin [= value]

Parameters

  • value
    Publisher logon name

Applies To

SQL Server Compact 3.5 Replication object

Data Type

String

Modifiable

Read/write

Prototype

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

Remarks

PublisherLogin is a required property if PublisherSecurityMode is set to DB_AUTHENTICATION.

See Also

Reference

PublisherSecurityMode Property (Replication)
Replication Object Properties

Help and Information

Getting Assistance (SQL Server Compact 3.5 Service Pack 1)