AzureSqlDatabaseDataSourceProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties that are associated with an Azure SQL database data source.
public class AzureSqlDatabaseDataSourceProperties
type AzureSqlDatabaseDataSourceProperties = class
Public Class AzureSqlDatabaseDataSourceProperties
- Inheritance
-
AzureSqlDatabaseDataSourceProperties
Constructors
AzureSqlDatabaseDataSourceProperties() |
Initializes a new instance of the AzureSqlDatabaseDataSourceProperties class. |
AzureSqlDatabaseDataSourceProperties(String, String, String, String, String, Nullable<Double>, Nullable<Double>, String) |
Initializes a new instance of the AzureSqlDatabaseDataSourceProperties class. |
Properties
AuthenticationMode |
Gets or sets authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString' |
Database |
Gets or sets the name of the Azure SQL database. Required on PUT (CreateOrReplace) requests. |
MaxBatchCount |
Gets or sets max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests. |
MaxWriterCount |
Gets or sets max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests. |
Password |
Gets or sets the password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. |
Server |
Gets or sets the name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests. |
Table |
Gets or sets the name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests. |
User |
Gets or sets the user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests. |
Applies to
Azure SDK for .NET