Name | Description | |
---|---|---|
![]() | AzureSqlDataProviderConfiguration Constructor |
The following tables list the members exposed by AzureSqlDataProviderConfiguration.
Name | Description | |
---|---|---|
![]() | AzureSqlDataProviderConfiguration Constructor |
Name | Description | |
---|---|---|
![]() | AuthenticationType | The authentication type - see also AzureSqlDataProviderAuthenticationType. |
![]() | ConnectionStringOverride | Enables to override the automatically generated connection string with a custom one. |
![]() | Database | The database name, e. g. Northwind. |
![]() | Encrypt | Defines if encryption is used. |
![]() | MultipleActiveResultSets | Enable multiple active result sets (MARS). |
![]() | Password | The password if AuthenticationType is set to AzureSqlDataProviderAuthenticationType.AzureADIdentity. |
![]() | Port | The port of the database, default is 1433. |
![]() | Server | The server name, e. g. contoso.database.windows.net. |
![]() | TrustServerCertificate | Defines to trust the server's certificate. |
![]() | UserName | The username if AuthenticationType is set to AzureSqlDataProviderAuthenticationType.AzureADIdentity. |