Replication Programming
SECURITY_TYPE
The SECURITY_TYPE specifies security type values for the DistributorSecurityMode, PublisherSecurityMode, and SubscriberSecurityMode properties.
Constant | Value | Description |
---|---|---|
DB_AUTHENTICATION | 0 | Specifies SQL Server Authentication for the connection. |
NT_AUTHENTICATION | 1 | Specifies Windows Authentication for the connection (supported by Microsoft® SQL Server™ on Microsoft Windows NT® 4.0 and Microsoft Windows® 2000 operating systems only). |
Remarks
If the computer on which the Microsoft ActiveX® replication control is hosted is not running the Windows NT 4.0 or Windows 2000 operating system, NT_AUTHENTICATION cannot be used on the Publisher, Distributor, or Subscriber.
See Also
DistributorSecurityMode Property