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

WranglingDataFlow 构造函数

定义

重载

WranglingDataFlow()

初始化 WranglingDataFlow 类的新实例。

WranglingDataFlow(String, IList<Object>, DataFlowFolder, IList<PowerQuerySource>, String, String)

初始化 WranglingDataFlow 类的新实例。

WranglingDataFlow()

初始化 WranglingDataFlow 类的新实例。

public WranglingDataFlow ();
Public Sub New ()

适用于

WranglingDataFlow(String, IList<Object>, DataFlowFolder, IList<PowerQuerySource>, String, String)

初始化 WranglingDataFlow 类的新实例。

public WranglingDataFlow (string description = default, System.Collections.Generic.IList<object> annotations = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowFolder folder = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PowerQuerySource> sources = default, string script = default, string documentLocale = default);
new Microsoft.Azure.Management.DataFactory.Models.WranglingDataFlow : string * System.Collections.Generic.IList<obj> * Microsoft.Azure.Management.DataFactory.Models.DataFlowFolder * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PowerQuerySource> * string * string -> Microsoft.Azure.Management.DataFactory.Models.WranglingDataFlow
Public Sub New (Optional description As String = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional folder As DataFlowFolder = Nothing, Optional sources As IList(Of PowerQuerySource) = Nothing, Optional script As String = Nothing, Optional documentLocale As String = Nothing)

参数

description
String

数据流的说明。

annotations
IList<Object>

可用于描述数据流的标记列表。

folder
DataFlowFolder

此数据流位于的文件夹。 如果未指定,数据流将显示在根级别。

sources
IList<PowerQuerySource>

Power Query中的源列表。

script
String

Power Query 混合脚本。

documentLocale
String

Power Query 混合文档的区域设置。

适用于