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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET