次の方法で共有


FileServerLocation クラス

定義

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

public class FileServerLocation : Microsoft.Azure.Management.DataFactory.Models.DatasetLocation
type FileServerLocation = class
    inherit DatasetLocation
Public Class FileServerLocation
Inherits DatasetLocation
継承
FileServerLocation

コンストラクター

FileServerLocation()

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

FileServerLocation(IDictionary<String,Object>, Object, Object)

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

プロパティ

AdditionalProperties

メッセージから一致しないプロパティを取得または設定すると、このコレクションが逆シリアル化されます

(継承元 DatasetLocation)
FileName

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

(継承元 DatasetLocation)
FolderPath

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

(継承元 DatasetLocation)

適用対象