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 : Azure.ResourceManager.DataFactory.Models.DataFlowTransformation, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.DataFlowSink>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.DataFlowSink>
public class DataFlowSink : Azure.ResourceManager.DataFactory.Models.DataFlowTransformation
type DataFlowSink = class
inherit DataFlowTransformation
interface IJsonModel<DataFlowSink>
interface IPersistableModel<DataFlowSink>
type DataFlowSink = class
inherit DataFlowTransformation
Public Class DataFlowSink
Inherits DataFlowTransformation
Implements IJsonModel(Of DataFlowSink), IPersistableModel(Of DataFlowSink)
Public Class DataFlowSink
Inherits DataFlowTransformation
- Inheritance
- Derived
- Implements
Constructors
DataFlowSink(String) |
Initializes a new instance of DataFlowSink. |
Properties
Dataset |
Dataset reference. (Inherited from DataFlowTransformation) |
Description |
Transformation description. (Inherited from DataFlowTransformation) |
Flowlet |
Flowlet Reference. (Inherited from DataFlowTransformation) |
LinkedService |
Linked service reference. (Inherited from DataFlowTransformation) |
Name |
Transformation name. (Inherited from DataFlowTransformation) |
RejectedDataLinkedService |
Rejected data linked service reference. |
SchemaLinkedService |
Schema linked service reference. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from DataFlowTransformation) |
Explicit Interface Implementations
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET