PublisherPassword Property (Replication)

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

Applies To
SQLDistribution Object SQLMerge Object

Syntax

object.PublisherPassword [= value]

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

The default is no password.

Data Type

String

Modifyable

Read/write

Prototype C/C++

HRESULT get_PublisherPassword(BSTR *pVal);

HRESULT put_PublisherPassword (BSTR newVal);

See Also
PublisherLogin Property PublisherSecurityMode Property

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.