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

PrestoLinkedService(Object, Object, Object, PrestoAuthenticationType) 构造函数

定义

初始化 PrestoLinkedService 的新实例。

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

参数

host
Object

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

serverVersion
Object

Presto 服务器的版本。 (即 0.148-t) 。

catalog
Object

针对服务器的所有请求的目录上下文。

authenticationType
PrestoAuthenticationType

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

例外

hostserverVersioncatalog 为 null。

适用于