ServerLoginMode Enumeration
The ServerLoginMode enumeration contains values that are used to specify the method used to connect to the instance of SQL Server.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| Integrated | The SQL Server login mode is Windows Authentication. | |
| Mixed | The SQL Server Login mode is mixed, which is Windows Authentication when the login has a Windows account and SQL Server standard authentication when the login does not have a Windows account. | |
| Normal | The SQL Server Login mode is SQL Server Authentication. | |
| Unknown | The login mode is unknown. |
Show: