combit List & Label 30 - .NET Help
combit.Reporting.DataProviders Namespace / AzureSqlDataProviderConfiguration Class
Properties

AzureSqlDataProviderConfiguration Class Members

The following tables list the members exposed by AzureSqlDataProviderConfiguration.

Public Constructors
Public Properties
 NameDescription
Public Property

The authentication type - see also AzureSqlDataProviderAuthenticationType.

 
Public Property

Enables to override the automatically generated connection string with a custom one.

 
Public Property

The database name, e. g. Northwind.

 
Public Property

Defines if encryption is used.

 
Public Property

Enable multiple active result sets (MARS).

 
Public Property

The password if AuthenticationType is set to AzureSqlDataProviderAuthenticationType.AzureADIdentity.

 
Public Property

The port of the database, default is 1433.

 
Public Property

The server name, e. g. contoso.database.windows.net.

 
Public Property

Defines to trust the server's certificate.

 
Public Property

The username if AuthenticationType is set to AzureSqlDataProviderAuthenticationType.AzureADIdentity.

 
Top
See Also