AzureSynapseDataSourceProperties Class

Definition

The properties that are associated with an Azure SQL database data source.

public class AzureSynapseDataSourceProperties
type AzureSynapseDataSourceProperties = class
Public Class AzureSynapseDataSourceProperties
Inheritance
AzureSynapseDataSourceProperties

Constructors

AzureSynapseDataSourceProperties()

Initializes a new instance of the AzureSynapseDataSourceProperties class.

AzureSynapseDataSourceProperties(String, String, String, String, String)

Initializes a new instance of the AzureSynapseDataSourceProperties class.

Properties

Database

Gets or sets the name of the Azure SQL database. Required on PUT (CreateOrReplace) 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