PowerQuerySink Class
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.
Power query sink.
public class PowerQuerySink : Microsoft.Azure.Management.DataFactory.Models.DataFlowSink
type PowerQuerySink = class
inherit DataFlowSink
Public Class PowerQuerySink
Inherits DataFlowSink
- Inheritance
Constructors
PowerQuerySink() |
Initializes a new instance of the PowerQuerySink class. |
PowerQuerySink(String, String, DataFlowReference, DatasetReference, LinkedServiceReference, LinkedServiceReference, String) |
Initializes a new instance of the PowerQuerySink class. |
PowerQuerySink(String, String, DatasetReference, LinkedServiceReference, DataFlowReference, LinkedServiceReference, LinkedServiceReference, String) |
Initializes a new instance of the PowerQuerySink class. |
PowerQuerySink(String, String, DatasetReference, LinkedServiceReference, LinkedServiceReference, String) |
Initializes a new instance of the PowerQuerySink class. |
Properties
Dataset |
Gets or sets dataset reference. (Inherited from Transformation) |
Description |
Gets or sets transformation description. (Inherited from Transformation) |
Flowlet |
Gets or sets flowlet Reference (Inherited from Transformation) |
LinkedService |
Gets or sets linked service reference. (Inherited from Transformation) |
Name |
Gets or sets transformation name. (Inherited from Transformation) |
RejectedDataLinkedService |
Gets or sets rejected data linked service reference. (Inherited from DataFlowSink) |
SchemaLinkedService |
Gets or sets schema linked service reference. (Inherited from DataFlowSink) |
Script |
Gets or sets sink script. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET