SubscriberLogin Property

SQL-DMO

SQL-DMO

SubscriberLogin Property

The SubscriberLogin property identifies a Microsoft® SQL Server™ 2000 login record used by the referenced replication component when a connection to an instance of SQL Server is required.

Applies To
MergePullSubscription Object TransPullSubscription Object
Syntax

object.SubscriberLogin = value

Parts

object

Expression that evaluates to an object in the Applies To list

value

String that identifies a login on the Distributor

Data Type

String

Modifiable

Write-only

Prototype (C/C++)

HRESULT SetSubscriberLogin(SQLDMO_LPCSTR NewValue);

Remarks

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