次の方法で共有


AzureFileStorageLocation クラス

定義

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

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

コンストラクター

AzureFileStorageLocation()

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

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

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

プロパティ

AdditionalProperties

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

(継承元 DatasetLocation)
FileName

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

(継承元 DatasetLocation)
FolderPath

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

(継承元 DatasetLocation)

適用対象