The SubscriberPassword property specifies a string used as a password for login authentication when a connection to a Microsoft® SQL Server™ installation is required.
MergePullSubscription Object | TransPullSubscription Object |
object.SubscriberPassword = value
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | String |
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.
String
Write-only
HRESULT SetSubscriberPassword(SQLDMO_LPCSTR NewValue);