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

DataFlow 构造函数

定义

重载

DataFlow()

初始化 DataFlow 类的新实例。

DataFlow(String, IList<Object>, DataFlowFolder)

初始化 DataFlow 类的新实例。

DataFlow()

初始化 DataFlow 类的新实例。

public DataFlow ();
Public Sub New ()

适用于

DataFlow(String, IList<Object>, DataFlowFolder)

初始化 DataFlow 类的新实例。

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

参数

description
String

数据流的说明。

annotations
IList<Object>

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

folder
DataFlowFolder

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

适用于