Sdílet prostřednictvím


DataFlowSourceSetting Constructors

Definition

Overloads

DataFlowSourceSetting()

Initializes a new instance of the DataFlowSourceSetting class.

DataFlowSourceSetting(IDictionary<String,Object>, String, Nullable<Int32>)

Initializes a new instance of the DataFlowSourceSetting class.

DataFlowSourceSetting()

Initializes a new instance of the DataFlowSourceSetting class.

public DataFlowSourceSetting ();
Public Sub New ()

Applies to

DataFlowSourceSetting(IDictionary<String,Object>, String, Nullable<Int32>)

Initializes a new instance of the DataFlowSourceSetting class.

public DataFlowSourceSetting (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string sourceName = default, int? rowLimit = default);
new Microsoft.Azure.Management.DataFactory.Models.DataFlowSourceSetting : System.Collections.Generic.IDictionary<string, obj> * string * Nullable<int> -> Microsoft.Azure.Management.DataFactory.Models.DataFlowSourceSetting
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional sourceName As String = Nothing, Optional rowLimit As Nullable(Of Integer) = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

sourceName
String

The data flow source name.

rowLimit
Nullable<Int32>

Defines the row limit of data flow source in debug.

Applies to