DataFlowSource 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.
Transformation for data flow source.
public class DataFlowSource : Microsoft.Azure.Management.DataFactory.Models.Transformation
type DataFlowSource = class
inherit Transformation
Public Class DataFlowSource
Inherits Transformation
- Inheritance
- Derived
Constructors
DataFlowSource() |
Initializes a new instance of the DataFlowSource class. |
DataFlowSource(String, String, DataFlowReference, DatasetReference, LinkedServiceReference, LinkedServiceReference) |
Initializes a new instance of the DataFlowSource class. |
DataFlowSource(String, String, DatasetReference, LinkedServiceReference, DataFlowReference, LinkedServiceReference) |
Initializes a new instance of the DataFlowSource class. |
DataFlowSource(String, String, DatasetReference, LinkedServiceReference, LinkedServiceReference) |
Initializes a new instance of the DataFlowSource 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. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET