SubscriberLogin Property
Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité.
The SubscriberLogin property identifies a Microsoft SQL Server login record used by the referenced replication component when a connection to an instance of SQL Server is required.
Syntaxe
object.SubscriberLogin=value
Parts
object
An expression that evaluates to an object in the Applies To listvalue
A string that identifies a login on the Distributor
Data Type
String
Modifiable
Write-only
Prototype (C/C++)
HRESULT SetSubscriberLogin(SQLDMO_LPCSTR NewValue);
Notes
The SubscriberLogin property is evaluated only when the SQL Distributed Management Objects (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.