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

PhoenixLinkedService(Object, PhoenixAuthenticationType) 构造函数

定义

初始化 PhoenixLinkedService 的新实例。

public PhoenixLinkedService (object host, Azure.Analytics.Synapse.Artifacts.Models.PhoenixAuthenticationType authenticationType);
new Azure.Analytics.Synapse.Artifacts.Models.PhoenixLinkedService : obj * Azure.Analytics.Synapse.Artifacts.Models.PhoenixAuthenticationType -> Azure.Analytics.Synapse.Artifacts.Models.PhoenixLinkedService
Public Sub New (host As Object, authenticationType As PhoenixAuthenticationType)

参数

host
Object

Phoenix 服务器的 IP 地址或主机名。 (,即 192.168.222.160) 。

authenticationType
PhoenixAuthenticationType

用于连接到 Phoenix 服务器的身份验证机制。

例外

host 为 null。

适用于