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

ImpalaLinkedService 构造函数

定义

初始化 ImpalaLinkedService 的新实例。

public ImpalaLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> host, Azure.ResourceManager.DataFactory.Models.ImpalaAuthenticationType authenticationType);
new Azure.ResourceManager.DataFactory.Models.ImpalaLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.ResourceManager.DataFactory.Models.ImpalaAuthenticationType -> Azure.ResourceManager.DataFactory.Models.ImpalaLinkedService
Public Sub New (host As DataFactoryElement(Of String), authenticationType As ImpalaAuthenticationType)

参数

host
DataFactoryElement<String>

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

authenticationType
ImpalaAuthenticationType

可使用的身份验证类型。

例外

host 为 null。

适用于