SecurityMode Property (ReplicationSecurity)
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.
The SecurityModeproperty specifies an authentication mode used for the referenced object's initiated connection to an indicated Distributor.
Set value using these SQLDMO_SECURITY_TYPE values.
Constant | Value | Description |
|---|---|---|
SQLDMOSecurity_Integrated | 1 | Allows Windows Authentication only. |
SQLDMOSecurity_Mixed | 2 | Allows Windows Authentication or SQL Server Authentication. |
SQLDMOSecurity_Normal | 0 | Allows SQL Server Authentication only. |
SQLDMOSecurity_Unknown | 9 | The security type is unknown. |
