AzureSynapseOutputDataSourceProperties interface

The properties that are associated with an Azure Synapse output.

Extends

Inherited Properties

database

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

password

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

server

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

table

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

user

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

Inherited Property Details

database

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

database?: string

Property Value

string

Inherited From AzureSynapseDataSourceProperties.database

password

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

password?: string

Property Value

string

Inherited From AzureSynapseDataSourceProperties.password

server

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

server?: string

Property Value

string

Inherited From AzureSynapseDataSourceProperties.server

table

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

table?: string

Property Value

string

Inherited From AzureSynapseDataSourceProperties.table

user

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

user?: string

Property Value

string

Inherited From AzureSynapseDataSourceProperties.user