Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual MsSqlAuthorizationType AuthTypeMsSql { get; set; }

Property Value

Type Description
MsSqlAuthorizationType

A MsSqlAuthorizationType enumeration value.

Available values:

Name Description
Windows

Authenticate with a Windows user account.

SqlServer

Authenticate with a SQL server account.

See Also