PowerQuerySinkMapping 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
PowerQuerySinkMapping() |
Initializes a new instance of the PowerQuerySinkMapping class. |
PowerQuerySinkMapping(String, IList<PowerQuerySink>) |
Initializes a new instance of the PowerQuerySinkMapping class. |
PowerQuerySinkMapping()
Initializes a new instance of the PowerQuerySinkMapping class.
public PowerQuerySinkMapping ();
Public Sub New ()
Applies to
PowerQuerySinkMapping(String, IList<PowerQuerySink>)
Initializes a new instance of the PowerQuerySinkMapping class.
public PowerQuerySinkMapping (string queryName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PowerQuerySink> dataflowSinks = default);
new Microsoft.Azure.Management.DataFactory.Models.PowerQuerySinkMapping : string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PowerQuerySink> -> Microsoft.Azure.Management.DataFactory.Models.PowerQuerySinkMapping
Public Sub New (Optional queryName As String = Nothing, Optional dataflowSinks As IList(Of PowerQuerySink) = Nothing)
Parameters
- queryName
- String
Name of the query in Power Query mashup document.
- dataflowSinks
- IList<PowerQuerySink>
List of sinks mapped to Power Query mashup query.