次の方法で共有


MappingDataFlow コンストラクター

定義

オーバーロード

MappingDataFlow()

MappingDataFlow クラスの新しいインスタンスを初期化します。

MappingDataFlow(String, IList<Object>, DataFlowFolder, IList<DataFlowSource>, IList<DataFlowSink>, IList<Transformation>, String, IList<String>)

MappingDataFlow クラスの新しいインスタンスを初期化します。

MappingDataFlow()

MappingDataFlow クラスの新しいインスタンスを初期化します。

public MappingDataFlow ();
Public Sub New ()

適用対象

MappingDataFlow(String, IList<Object>, DataFlowFolder, IList<DataFlowSource>, IList<DataFlowSink>, IList<Transformation>, String, IList<String>)

MappingDataFlow クラスの新しいインスタンスを初期化します。

public MappingDataFlow (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.MappingDataFlow : 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.MappingDataFlow
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

データ フローの説明。

annotations
IList<Object>

データ フローの記述に使用できるタグの一覧。

folder
DataFlowFolder

このデータ フローが格納されているフォルダー。 指定しない場合、データ フローはルート レベルで表示されます。

sources
IList<DataFlowSource>

データ フロー内のソースの一覧。

sinks
IList<DataFlowSink>

データ フロー内のシンクの一覧。

transformations
IList<Transformation>

データ フロー内の変換の一覧。

script
String

DataFlow スクリプト。

scriptLines
IList<String>

データ フロー スクリプト行。

適用対象