Flowlet Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Flowlet() |
Initialisiert eine neue instance der Flowlet-Klasse. |
Flowlet(String, IList<Object>, DataFlowFolder, IList<DataFlowSource>, IList<DataFlowSink>, IList<Transformation>, String, IList<String>) |
Initialisiert eine neue instance der Flowlet-Klasse. |
Flowlet()
Initialisiert eine neue instance der Flowlet-Klasse.
public Flowlet ();
Public Sub New ()
Gilt für:
Flowlet(String, IList<Object>, DataFlowFolder, IList<DataFlowSource>, IList<DataFlowSink>, IList<Transformation>, String, IList<String>)
Initialisiert eine neue instance der Flowlet-Klasse.
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)
Parameter
- description
- String
Die Beschreibung des Datenflusses.
Liste der Tags, die zum Beschreiben des Datenflusses verwendet werden können.
- folder
- DataFlowFolder
Der Ordner, in dem sich dieser Datenfluss befindet. Wenn nicht angegeben, wird der Datenfluss auf Stammebene angezeigt.
- sources
- IList<DataFlowSource>
Liste der Quellen in Flowlet.
- sinks
- IList<DataFlowSink>
Liste der Senken in Flowlet.
- transformations
- IList<Transformation>
Liste der Transformationen in Flowlet.
- script
- String
Flowlet-Skript.
Gilt für:
Azure SDK for .NET