次の方法で共有


FileServerLocation クラス

定義

ファイル サーバー データセットの場所。

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

コンストラクター

FileServerLocation()

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

プロパティ

AdditionalProperties

その他のプロパティ。

(継承元 DatasetLocation)
FileName

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

(継承元 DatasetLocation)
FolderPath

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

(継承元 DatasetLocation)

適用対象