PowerQuerySource Class

Definition

Power query source.

public class PowerQuerySource : Microsoft.Azure.Management.DataFactory.Models.DataFlowSource
type PowerQuerySource = class
    inherit DataFlowSource
Public Class PowerQuerySource
Inherits DataFlowSource
Inheritance

Constructors

PowerQuerySource()

Initializes a new instance of the PowerQuerySource class.

PowerQuerySource(String, String, DataFlowReference, DatasetReference, LinkedServiceReference, LinkedServiceReference, String)

Initializes a new instance of the PowerQuerySource class.

PowerQuerySource(String, String, DatasetReference, LinkedServiceReference, DataFlowReference, LinkedServiceReference, String)

Initializes a new instance of the PowerQuerySource class.

PowerQuerySource(String, String, DatasetReference, LinkedServiceReference, LinkedServiceReference, String)

Initializes a new instance of the PowerQuerySource 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)
SchemaLinkedService

Gets or sets schema linked service reference.

(Inherited from DataFlowSource)
Script

Gets or sets source script.

Methods

Validate()

Validate the object.

Applies to