次の方法で共有


FtpServerLinkedService(DataFactoryElement<String>) コンストラクター

定義

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

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

パラメーター

host
DataFactoryElement<String>

FTP サーバーのホスト名。 型: string (または resultType 文字列を含む式)。

例外

host が null です。

適用対象