다음을 통해 공유


DataFlowDebugPackageDebugSettings Constructors

Definition

Overloads

DataFlowDebugPackageDebugSettings()

Initializes a new instance of the DataFlowDebugPackageDebugSettings class.

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

Initializes a new instance of the DataFlowDebugPackageDebugSettings class.

DataFlowDebugPackageDebugSettings()

Initializes a new instance of the DataFlowDebugPackageDebugSettings class.

public DataFlowDebugPackageDebugSettings ();
Public Sub New ()

Applies to

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

Initializes a new instance of the DataFlowDebugPackageDebugSettings class.

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)

Parameters

sourceSettings
IList<DataFlowSourceSetting>

Source setting for data flow debug.

parameters
IDictionary<String,Object>

Data flow parameters.

datasetParameters
Object

Parameters for dataset.

Applies to