共用方式為


AzureSqlDatabaseOutputDataSourceProperties interface

與 Azure SQL 資料庫輸出相關聯的屬性。

Extends

繼承的屬性

authenticationMode

驗證模式。

database

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

maxBatchCount

寫入 Sql 資料庫的 Batch 計數上限,預設值為 10,000。 在 PUT 要求上選擇性。

maxWriterCount

最大寫入器計數,目前只有 1(單一寫入器)和 0(根據查詢分割區) 可用。 在 PUT 要求上選擇性。

password

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

server

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

table

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

user

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

繼承的屬性詳細資料

authenticationMode

驗證模式。

authenticationMode?: string

屬性值

string

繼承自AzureSqlDatabaseDataSourceProperties.authenticationMode

database

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

database?: string

屬性值

string

繼承自AzureSqlDatabaseDataSourceProperties.database

maxBatchCount

寫入 Sql 資料庫的 Batch 計數上限,預設值為 10,000。 在 PUT 要求上選擇性。

maxBatchCount?: number

屬性值

number

繼承自AzureSqlDatabaseDataSourceProperties.maxBatchCount

maxWriterCount

最大寫入器計數,目前只有 1(單一寫入器)和 0(根據查詢分割區) 可用。 在 PUT 要求上選擇性。

maxWriterCount?: number

屬性值

number

繼承自azureSqlDatabaseDataSourceProperties.maxWriterCount

password

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

password?: string

屬性值

string

繼承自AzureSqlDatabaseDataSourceProperties.password

server

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

server?: string

屬性值

string

繼承自AzureSqlDatabaseDataSourceProperties.server

table

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

table?: string

屬性值

string

繼承自AzureSqlDatabaseDataSourceProperties.table

user

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

user?: string

屬性值

string

繼承自AzureSqlDatabaseDataSourceProperties.user