SubscriberPassword Property (SQL-DMO)

The SubscriberPassword property specifies a string used as a password for login authentication when a connection to a Microsoft® SQL Server™ installation is required.

Applies To
MergePullSubscription Object TransPullSubscription Object

Syntax

object.SubscriberPassword = value

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

Remarks

The SubscriberPassword property is evaluated only when the SQL-DMO object indicates that SQL Server Authentication will be used by the referenced replication component. Use the SubscriberSecurityMode property of the SQL-DMO object to direct authentication mode selection.

Data Type

String

Modifiable

Write-only

Prototype (C/C++)

HRESULT SetSubscriberPassword(SQLDMO_LPCSTR NewValue);

  


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