SubscriberPassword Property

SQL-DMO

SQL-DMO

SubscriberPassword Property

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

Applies To
MergePullSubscription Object TransPullSubscription Object
Syntax

object.SubscriberPassword = value

Parts

object

Expression that evaluates to an object in the Applies To list

value

String

Data Type

String

Modifiable

Write-only

Prototype (C/C++)

HRESULT SetSubscriberPassword(SQLDMO_LPCSTR NewValue);

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.