MsSqlAuthorizationType Enum
Lists values that specify the authentication mode of the Microsoft SQL Server.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Members
Name | Description |
---|---|
Windows
|
Authenticate with a Windows user account. |
Sql
|
Authenticate with a SQL server account. |
Active
|
Authenticate with a Microsoft Entra ID using interactive authentication. |
Active
|
Authenticate with a Microsoft Entra ID username and password. |
Active
|
Authenticate with a Microsoft Entra ID using Integrated Windows Authentication (IWA). |
Active
|
Authenticate with a Microsoft Entra ID using password-less and non-interactive mechanisms such as managed identities, Visual Studio Code, Visual Studio, Azure CLI, and more. |
#Related API Members
The following properties accept/return MsSqlAuthorizationType values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Ms |
WPF Controls | Connection |
#Remarks
Values listed by this enumeration are used to set the MsSqlConnectionParameters.AuthorizationType property.