次の方法で共有


DataFlowDebugPackageDebugSettings コンストラクター

定義

オーバーロード

DataFlowDebugPackageDebugSettings()

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

DataFlowDebugPackageDebugSettings(IList<DataFlowSourceSetting>, IDictionary<String,Object>, Object)

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

DataFlowDebugPackageDebugSettings()

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

public DataFlowDebugPackageDebugSettings ();
Public Sub New ()

適用対象

DataFlowDebugPackageDebugSettings(IList<DataFlowSourceSetting>, IDictionary<String,Object>, Object)

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

public DataFlowDebugPackageDebugSettings (System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DataFlowSourceSetting> sourceSettings = default, System.Collections.Generic.IDictionary<string,object> parameters = default, object datasetParameters = default);
new Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackageDebugSettings : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DataFlowSourceSetting> * System.Collections.Generic.IDictionary<string, obj> * obj -> Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackageDebugSettings
Public Sub New (Optional sourceSettings As IList(Of DataFlowSourceSetting) = Nothing, Optional parameters As IDictionary(Of String, Object) = Nothing, Optional datasetParameters As Object = Nothing)

パラメーター

sourceSettings
IList<DataFlowSourceSetting>

データ フロー デバッグのソース設定。

parameters
IDictionary<String,Object>

データ フロー パラメーター。

datasetParameters
Object

データセットのパラメーター。

適用対象