PublisherPassword Property (Replication)

The PublisherPassword property specifies the logon password used when connecting to the Publisher.

Syntax

object.PublisherPassword [= value]

Parameters

  • value
    Publisher logon password. The default is no password (empty string).

Applies To

SQL Server Compact 3.5 Replication object

Data Type

String

Modifiable

Read/write

Prototype

HRESULT get_PublisherPassword(BSTR *pVal);
HRESULT put_PublisherPassword (BSTR newVal);

See Also

Reference

Replication Object Properties

Help and Information

Getting Assistance (SQL Server Compact 3.5 Service Pack 1)