你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Flowlet 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Flowlet() |
初始化 Flowlet 类的新实例。 |
Flowlet(String, IList<Object>, DataFlowFolder, IList<DataFlowSource>, IList<DataFlowSink>, IList<Transformation>, String, IList<String>) |
初始化 Flowlet 类的新实例。 |
Flowlet()
初始化 Flowlet 类的新实例。
public Flowlet ();
Public Sub New ()
适用于
Flowlet(String, IList<Object>, DataFlowFolder, IList<DataFlowSource>, IList<DataFlowSink>, IList<Transformation>, String, IList<String>)
初始化 Flowlet 类的新实例。
public Flowlet (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.DataFlowSource> sources = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DataFlowSink> sinks = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.Transformation> transformations = default, string script = default, System.Collections.Generic.IList<string> scriptLines = default);
new Microsoft.Azure.Management.DataFactory.Models.Flowlet : string * System.Collections.Generic.IList<obj> * Microsoft.Azure.Management.DataFactory.Models.DataFlowFolder * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DataFlowSource> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DataFlowSink> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.Transformation> * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.DataFactory.Models.Flowlet
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 DataFlowSource) = Nothing, Optional sinks As IList(Of DataFlowSink) = Nothing, Optional transformations As IList(Of Transformation) = Nothing, Optional script As String = Nothing, Optional scriptLines As IList(Of String) = Nothing)
参数
- description
- String
数据流的说明。
- folder
- DataFlowFolder
此数据流位于的文件夹。 如果未指定,数据流将显示在根级别。
- sources
- IList<DataFlowSource>
Flowlet 中的源列表。
- sinks
- IList<DataFlowSink>
Flowlet 中的接收器列表。
- transformations
- IList<Transformation>
Flowlet 中的转换列表。
- script
- String
Flowlet 脚本。