次の方法で共有


EloquaLinkedService コンストラクター

定義

EloquaLinkedService の新しいインスタンスを初期化します。

public EloquaLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> endpoint, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> username);
new Azure.ResourceManager.DataFactory.Models.EloquaLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.EloquaLinkedService
Public Sub New (endpoint As DataFactoryElement(Of String), username As DataFactoryElement(Of String))

パラメーター

endpoint
DataFactoryElement<String>

Eloqua サーバーのエンドポイント。 (つまり、eloqua.example.com)。

username
DataFactoryElement<String>

Eloqua アカウントのサイト名とユーザー名を sitename/username という形式で指定します。 (つまり、Eloqua/Alice)。

例外

endpoint または username が null です。

適用対象