DataFlowSourceSetting Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET