你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureSynapseOutputDataSource interface

介绍 Azure Synapse 输出数据源。

扩展

属性

database

Azure SQL 数据库的名称。 PUT (CreateOrReplace) 请求时是必需的。

password

将用于连接到 Azure SQL 数据库的密码。 PUT (CreateOrReplace) 请求时是必需的。

server

包含 Azure SQL 数据库的 SQL Server 的名称。 PUT (CreateOrReplace) 请求时是必需的。

table

Azure SQL 数据库中表的名称。 PUT (CreateOrReplace) 请求时是必需的。

type

多态鉴别器,它指定此对象可以的不同类型的

user

将用于连接到 Azure SQL 数据库的用户名。 PUT (CreateOrReplace) 请求时是必需的。

属性详细信息

database

Azure SQL 数据库的名称。 PUT (CreateOrReplace) 请求时是必需的。

database?: string

属性值

string

password

将用于连接到 Azure SQL 数据库的密码。 PUT (CreateOrReplace) 请求时是必需的。

password?: string

属性值

string

server

包含 Azure SQL 数据库的 SQL Server 的名称。 PUT (CreateOrReplace) 请求时是必需的。

server?: string

属性值

string

table

Azure SQL 数据库中表的名称。 PUT (CreateOrReplace) 请求时是必需的。

table?: string

属性值

string

type

多态鉴别器,它指定此对象可以的不同类型的

type: "Microsoft.Sql/Server/DataWarehouse"

属性值

"Microsoft.Sql/Server/DataWarehouse"

user

将用于连接到 Azure SQL 数据库的用户名。 PUT (CreateOrReplace) 请求时是必需的。

user?: string

属性值

string