ReplicationSecurity Object (SQL-DMO)

The ReplicationSecurity object represents authentication information used when connecting to a Distributor or Publisher. It is commonly used with pull and anonymous subscriptions.

Remarks

With the ReplicationSecurity object, you can:

To enable Windows NT Authentication

To enable SQL Server NT Authentication

  1. Set the SecurityMode property to SQLDMOReplSecurity_Normal.
  2. Set the StandardLogin property to a SQL Server login.
  3. Set the StandardPassword property to the password for the SQL Server login.
Properties
SecurityMode Property (ReplicationSecurity) StandardPassword Property
StandardLogin Property  

  


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