SubscriberPassword Property (Replication)

The SubscriberPassword property specifies the login password used when connecting to the Subscriber.

Applies To
SQLDistribution Object SQLMerge Object

Syntax

object.SubscriberPassword [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Subscriber password string

Remarks

This property is used only when SubscriberSecurityMode is set to DB_AUTHENTICATION.

The default is no password.

Data Type

String

Modifiable

Read/write

Prototype C/C++

HRESULT get_SubscriberPassword(BSTR *pVal);

HRESULT put_SubscriberPassword(BSTR newVal);

See Also
SubscriberLogin Property SubscriberSecurityMode Property

  


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