Skip to main content
A newer version of this page is available. .

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

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