次の方法で共有


WranglingDataFlow コンストラクター

定義

オーバーロード

WranglingDataFlow()

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

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

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

WranglingDataFlow()

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

public WranglingDataFlow ();
Public Sub New ()

適用対象

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

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

public WranglingDataFlow (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.PowerQuerySource> sources = default, string script = default, string documentLocale = default);
new Microsoft.Azure.Management.DataFactory.Models.WranglingDataFlow : string * System.Collections.Generic.IList<obj> * Microsoft.Azure.Management.DataFactory.Models.DataFlowFolder * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PowerQuerySource> * string * string -> Microsoft.Azure.Management.DataFactory.Models.WranglingDataFlow
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 PowerQuerySource) = Nothing, Optional script As String = Nothing, Optional documentLocale As String = Nothing)

パラメーター

description
String

データ フローの説明。

annotations
IList<Object>

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

folder
DataFlowFolder

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

sources
IList<PowerQuerySource>

Power Queryのソースの一覧。

script
String

Power Query マッシュアップ スクリプト。

documentLocale
String

Power Query マッシュアップ ドキュメントのロケール。

適用対象