AzureSqlDatabaseOutputDataSource Constructors
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.
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. |
Initializes a new instance of the AzureSqlDatabaseOutputDataSource class.
public AzureSqlDatabaseOutputDataSource ();
Public Sub New ()
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);
new Microsoft.Azure.Management.StreamAnalytics.Models.AzureSqlDatabaseOutputDataSource : string * string * string * string * string * Nullable<double> * Nullable<double> * string -> Microsoft.Azure.Management.StreamAnalytics.Models.AzureSqlDatabaseOutputDataSource
Public Sub New (Optional server As String = Nothing, Optional database As String = Nothing, Optional user As String = Nothing, Optional password As String = Nothing, Optional table As String = Nothing, Optional maxBatchCount As Nullable(Of Double) = Nothing, Optional maxWriterCount As Nullable(Of Double) = Nothing, Optional authenticationMode As String = Nothing)
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.
Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests.
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 |
Azure SDK for .NET-feedback
Azure SDK for .NET is een open source project. Selecteer een koppeling om feedback te geven: