次の方法で共有


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 です。

適用対象