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

WranglingDataFlow 类

定义

Power Query数据流。

[Microsoft.Rest.Serialization.JsonTransformation]
public class WranglingDataFlow : Microsoft.Azure.Management.DataFactory.Models.DataFlow
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WranglingDataFlow = class
    inherit DataFlow
Public Class WranglingDataFlow
Inherits DataFlow
继承
WranglingDataFlow
属性

构造函数

WranglingDataFlow()

初始化 WranglingDataFlow 类的新实例。

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

初始化 WranglingDataFlow 类的新实例。

属性

Annotations

获取或设置可用于描述数据流的标记列表。

(继承自 DataFlow)
Description

获取或设置数据流的说明。

(继承自 DataFlow)
DocumentLocale

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

Folder

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

(继承自 DataFlow)
Script

获取或设置电源查询混合脚本。

Sources

获取或设置Power Query中的源列表。

适用于