Lezen in het Engels

Delen via


AzureSqlDatabaseOutputDataSource Constructors

Definition

Overloads

AzureSqlDatabaseOutputDataSource()

Initializes a new instance of the AzureSqlDatabaseOutputDataSource class.

AzureSqlDatabaseOutputDataSource(String, String, String, String, String, Nullable<Double>, Nullable<Double>, String)

Initializes a new instance of the AzureSqlDatabaseOutputDataSource class.

AzureSqlDatabaseOutputDataSource()

Initializes a new instance of the AzureSqlDatabaseOutputDataSource class.

public AzureSqlDatabaseOutputDataSource ();

Applies to

Azure SDK for .NET Legacy
Product Versies
Azure SDK for .NET Legacy

AzureSqlDatabaseOutputDataSource(String, String, String, String, String, Nullable<Double>, Nullable<Double>, String)

Initializes a new instance of the AzureSqlDatabaseOutputDataSource class.

public AzureSqlDatabaseOutputDataSource (string server = default, string database = default, string user = default, string password = default, string table = default, double? maxBatchCount = default, double? maxWriterCount = default, string authenticationMode = default);

Parameters

server
String

The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests.

database
String

The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.

user
String

The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.

password
String

The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.

table
String

The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.

maxBatchCount
Nullable<Double>

Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests.

maxWriterCount
Nullable<Double>

Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT requests.

authenticationMode
String

Authentication Mode. Possible values include: 'Msi', 'UserToken', 'ConnectionString'

Applies to

Azure SDK for .NET Legacy
Product Versies
Azure SDK for .NET Legacy