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

MsSqlConnectionParameters.AuthorizationType Property

Gets or sets the authentication mode of the Microsoft SQL Server.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

public MsSqlAuthorizationType AuthorizationType { get; set; }

Property Value

Type Description
MsSqlAuthorizationType

A MsSqlAuthorizationType value that specifies the authentication mode of the Microsoft SQL Server.

Available values:

Name Description
Windows

Authenticate with a Windows user account.

SqlServer

Authenticate with a SQL server account.

See Also