ConnectionPropertiesPage.AuthTypeMsSql Property
Specifies the authorization type when connecting to a Microsoft SQL Server data source.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
public virtual MsSqlAuthorizationType AuthTypeMsSql { get; set; }
#Property Value
Type | Description |
---|---|
Ms |
A Ms |
Available values:
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. |