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.
| MergePullSubscription Object | TransPullSubscription Object |
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 |
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.
String
Write-only
HRESULT SetSubscriberLogin(SQLDMO_LPCSTR NewValue);