你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MappingDataFlow Class

Definition

Mapping data flow.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.MappingDataFlow+MappingDataFlowConverter))]
public class MappingDataFlow : Azure.Analytics.Synapse.Artifacts.Models.DataFlow
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.MappingDataFlow+MappingDataFlowConverter))>]
type MappingDataFlow = class
    inherit DataFlow
Public Class MappingDataFlow
Inherits DataFlow
Inheritance
MappingDataFlow
Attributes

Constructors

Name Description
MappingDataFlow()

Initializes a new instance of MappingDataFlow.

Properties

Name Description
Annotations

List of tags that can be used for describing the data flow.

(Inherited from DataFlow)
Description

The description of the data flow.

(Inherited from DataFlow)
Folder

The folder that this data flow is in. If not specified, Data flow will appear at the root level.

(Inherited from DataFlow)
Script

DataFlow script.

ScriptLines

Data flow script lines.

Sinks

List of sinks in data flow.

Sources

List of sources in data flow.

Transformations

List of transformations in data flow.

Applies to