共用方式為


AzureSynapseOutputDataSourceProperties interface

與 Azure Synapse 輸出相關聯的屬性。

Extends

繼承的屬性

database

Azure SQL 資料庫的名稱。 PUT (CreateOrReplace) 要求的必要專案。

password

將用來連線到 Azure SQL 資料庫的密碼。 PUT (CreateOrReplace) 要求的必要專案。

server

包含 Azure SQL 資料庫的 SQL Server 名稱。 PUT (CreateOrReplace) 要求的必要專案。

table

Azure SQL 資料庫中數據表的名稱。 PUT (CreateOrReplace) 要求的必要專案。

user

將用來連線到 Azure SQL 資料庫的用戶名稱。 PUT (CreateOrReplace) 要求的必要專案。

繼承的屬性詳細資料

database

Azure SQL 資料庫的名稱。 PUT (CreateOrReplace) 要求的必要專案。

database?: string

屬性值

string

繼承自AzureSynapseDataSourceProperties.database

password

將用來連線到 Azure SQL 資料庫的密碼。 PUT (CreateOrReplace) 要求的必要專案。

password?: string

屬性值

string

繼承自AzureSynapseDataSourceProperties.password

server

包含 Azure SQL 資料庫的 SQL Server 名稱。 PUT (CreateOrReplace) 要求的必要專案。

server?: string

屬性值

string

繼承自AzureSynapseDataSourceProperties.server

table

Azure SQL 資料庫中數據表的名稱。 PUT (CreateOrReplace) 要求的必要專案。

table?: string

屬性值

string

繼承自AzureSynapseDataSourceProperties.table

user

將用來連線到 Azure SQL 資料庫的用戶名稱。 PUT (CreateOrReplace) 要求的必要專案。

user?: string

屬性值

string

繼承自AzureSynapseDataSourceProperties.user