你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FileServerLocation 构造函数

定义

重载

FileServerLocation()

初始化 FileServerLocation 类的新实例。

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

初始化 FileServerLocation 类的新实例。

FileServerLocation()

初始化 FileServerLocation 类的新实例。

public FileServerLocation ();
Public Sub New ()

适用于

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

初始化 FileServerLocation 类的新实例。

public FileServerLocation (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object folderPath = default, object fileName = default);
new Microsoft.Azure.Management.DataFactory.Models.FileServerLocation : System.Collections.Generic.IDictionary<string, obj> * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.FileServerLocation
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional folderPath As Object = Nothing, Optional fileName As Object = Nothing)

参数

additionalProperties
IDictionary<String,Object>

消息中的不匹配属性将对此集合进行反序列化

folderPath
Object

指定数据集的文件夹路径。 类型:包含 resultType 字符串) 的字符串 (或表达式

fileName
Object

指定数据集的文件名。 类型:包含 resultType 字符串) 的字符串 (或表达式。

适用于