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

AzureSynapseOutputDataSource 类

定义

描述Azure Synapse输出数据源。

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Microsoft.Sql/Server/DataWarehouse")]
public class AzureSynapseOutputDataSource : Microsoft.Azure.Management.StreamAnalytics.Models.OutputDataSource
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Microsoft.Sql/Server/DataWarehouse")>]
type AzureSynapseOutputDataSource = class
    inherit OutputDataSource
Public Class AzureSynapseOutputDataSource
Inherits OutputDataSource
继承
AzureSynapseOutputDataSource
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

构造函数

AzureSynapseOutputDataSource()

初始化 AzureSynapseOutputDataSource 类的新实例。

AzureSynapseOutputDataSource(String, String, String, String, String)

初始化 AzureSynapseOutputDataSource 类的新实例。

属性

Database

获取或设置Azure SQL数据库的名称。 在 PUT (CreateOrReplace) 请求时是必需的。

Password

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

Server

获取或设置包含 Azure SQL 数据库的 SQL 服务器的名称。 在 PUT (CreateOrReplace) 请求时是必需的。

Table

获取或设置Azure SQL数据库中表的名称。 在 PUT (CreateOrReplace) 请求时是必需的。

User

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

适用于