DataFlowSink 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 sink.
public class DataFlowSink : Microsoft.Azure.Management.DataFactory.Models.Transformation
type DataFlowSink = class
inherit Transformation
Public Class DataFlowSink
Inherits Transformation
- Inheritance
- Derived
Constructors
DataFlowSink() |
Initializes a new instance of the DataFlowSink class. |
DataFlowSink(String, String, DataFlowReference, DatasetReference, LinkedServiceReference, LinkedServiceReference) |
Initializes a new instance of the DataFlowSink class. |
DataFlowSink(String, String, DatasetReference, LinkedServiceReference, DataFlowReference, LinkedServiceReference, LinkedServiceReference) |
Initializes a new instance of the DataFlowSink class. |
DataFlowSink(String, String, DatasetReference, LinkedServiceReference, LinkedServiceReference) |
Initializes a new instance of the DataFlowSink 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. |
SchemaLinkedService |
Gets or sets schema linked service reference. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET