Share via


PowerQuerySource Constructors

Definition

Overloads

PowerQuerySource()

Initializes a new instance of the PowerQuerySource class.

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

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()

Initializes a new instance of the PowerQuerySource class.

public PowerQuerySource ();
Public Sub New ()

Applies to

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

Initializes a new instance of the PowerQuerySource class.

public PowerQuerySource (string name, string description = default, Microsoft.Azure.Management.DataFactory.Models.DatasetReference dataset = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedService = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference schemaLinkedService = default, string script = default);
new Microsoft.Azure.Management.DataFactory.Models.PowerQuerySource : string * string * Microsoft.Azure.Management.DataFactory.Models.DatasetReference * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * string -> Microsoft.Azure.Management.DataFactory.Models.PowerQuerySource
Public Sub New (name As String, Optional description As String = Nothing, Optional dataset As DatasetReference = Nothing, Optional linkedService As LinkedServiceReference = Nothing, Optional schemaLinkedService As LinkedServiceReference = Nothing, Optional script As String = Nothing)

Parameters

name
String

Transformation name.

description
String

Transformation description.

dataset
DatasetReference

Dataset reference.

linkedService
LinkedServiceReference

Linked service reference.

schemaLinkedService
LinkedServiceReference

Schema linked service reference.

script
String

source script.

Applies to

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

Initializes a new instance of the PowerQuerySource class.

public PowerQuerySource (string name, string description = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowReference flowlet = default, Microsoft.Azure.Management.DataFactory.Models.DatasetReference dataset = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedService = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference schemaLinkedService = default, string script = default);
new Microsoft.Azure.Management.DataFactory.Models.PowerQuerySource : string * string * Microsoft.Azure.Management.DataFactory.Models.DataFlowReference * Microsoft.Azure.Management.DataFactory.Models.DatasetReference * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * string -> Microsoft.Azure.Management.DataFactory.Models.PowerQuerySource
Public Sub New (name As String, Optional description As String = Nothing, Optional flowlet As DataFlowReference = Nothing, Optional dataset As DatasetReference = Nothing, Optional linkedService As LinkedServiceReference = Nothing, Optional schemaLinkedService As LinkedServiceReference = Nothing, Optional script As String = Nothing)

Parameters

name
String

Transformation name.

description
String

Transformation description.

flowlet
DataFlowReference

Flowlet Reference

dataset
DatasetReference

Dataset reference.

linkedService
LinkedServiceReference

Linked service reference.

schemaLinkedService
LinkedServiceReference

Schema linked service reference.

script
String

source script.

Applies to

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

Initializes a new instance of the PowerQuerySource class.

public PowerQuerySource (string name, string description = default, Microsoft.Azure.Management.DataFactory.Models.DatasetReference dataset = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedService = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowReference flowlet = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference schemaLinkedService = default, string script = default);
new Microsoft.Azure.Management.DataFactory.Models.PowerQuerySource : string * string * Microsoft.Azure.Management.DataFactory.Models.DatasetReference * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.DataFlowReference * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * string -> Microsoft.Azure.Management.DataFactory.Models.PowerQuerySource
Public Sub New (name As String, Optional description As String = Nothing, Optional dataset As DatasetReference = Nothing, Optional linkedService As LinkedServiceReference = Nothing, Optional flowlet As DataFlowReference = Nothing, Optional schemaLinkedService As LinkedServiceReference = Nothing, Optional script As String = Nothing)

Parameters

name
String

Transformation name.

description
String

Transformation description.

dataset
DatasetReference

Dataset reference.

linkedService
LinkedServiceReference

Linked service reference.

flowlet
DataFlowReference

Flowlet Reference

schemaLinkedService
LinkedServiceReference

Schema linked service reference.

script
String

source script.

Applies to