SubscriberLogin Property (SQL-DMO)

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

Applies To
MergePullSubscription Object TransPullSubscription Object

Syntax

object.SubscriberLogin = value

Part Description
object Expression that evaluates to an object in the Applies To list
value String identifying a login on the Distributor

Remarks

The SubscriberLogin 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 SetSubscriberLogin(SQLDMO_LPCSTR NewValue);

  


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