FtpServerLocation クラス

定義

ftp サーバー データセットの場所。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.FtpServerLocation+FtpServerLocationConverter))]
public class FtpServerLocation : Azure.Analytics.Synapse.Artifacts.Models.DatasetLocation
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.FtpServerLocation+FtpServerLocationConverter))>]
type FtpServerLocation = class
    inherit DatasetLocation
Public Class FtpServerLocation
Inherits DatasetLocation
継承
FtpServerLocation
属性

コンストラクター

FtpServerLocation()

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

プロパティ

AdditionalProperties

その他のプロパティ。

(継承元 DatasetLocation)
FileName

データセットのファイル名を指定します。 型: string (または resultType 文字列を含む式)。

(継承元 DatasetLocation)
FolderPath

データセットのフォルダー パスを指定します。 型: string (または resultType 文字列を含む式)。

(継承元 DatasetLocation)

適用対象