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.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
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