你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureSqlDatabaseOutputDataSource interface
描述Azure SQL数据库输出数据源。
- 扩展
属性
authentication |
身份验证模式。 |
database | Azure SQL数据库的名称。 在 PUT (CreateOrReplace) 请求上是必需的。 |
max |
写入 Sql 数据库的最大批处理计数,默认值为 10,000。 在 PUT 请求上是可选的。 |
max |
最大编写器计数,目前只有 1 个 (个编写器) 和 0 个基于查询分区) 的 (可用。 在 PUT 请求上是可选的。 |
password | 将用于连接到 Azure SQL 数据库的密码。 在 PUT (CreateOrReplace) 请求上是必需的。 |
server | 包含Azure SQL数据库的 SQL 服务器的名称。 在 PUT (CreateOrReplace) 请求上是必需的。 |
table | Azure SQL数据库中表的名称。 在 PUT (CreateOrReplace) 请求上是必需的。 |
type | 多态鉴别器,它指定此对象可以是的不同类型 |
user | 将用于连接到Azure SQL数据库的用户名。 在 PUT (CreateOrReplace) 请求上是必需的。 |
属性详细信息
authenticationMode
身份验证模式。
authenticationMode?: string
属性值
string
database
Azure SQL数据库的名称。 在 PUT (CreateOrReplace) 请求上是必需的。
database?: string
属性值
string
maxBatchCount
写入 Sql 数据库的最大批处理计数,默认值为 10,000。 在 PUT 请求上是可选的。
maxBatchCount?: number
属性值
number
maxWriterCount
最大编写器计数,目前只有 1 个 (个编写器) 和 0 个基于查询分区) 的 (可用。 在 PUT 请求上是可选的。
maxWriterCount?: number
属性值
number
password
将用于连接到 Azure SQL 数据库的密码。 在 PUT (CreateOrReplace) 请求上是必需的。
password?: string
属性值
string
server
包含Azure SQL数据库的 SQL 服务器的名称。 在 PUT (CreateOrReplace) 请求上是必需的。
server?: string
属性值
string
table
Azure SQL数据库中表的名称。 在 PUT (CreateOrReplace) 请求上是必需的。
table?: string
属性值
string
type
多态鉴别器,它指定此对象可以是的不同类型
type: "Microsoft.Sql/Server/Database"
属性值
"Microsoft.Sql/Server/Database"
user
将用于连接到Azure SQL数据库的用户名。 在 PUT (CreateOrReplace) 请求上是必需的。
user?: string
属性值
string