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

MappingDataFlow interface

映射数据流。

扩展

属性

script

DataFlow 脚本。

scriptLines

数据流脚本行。

sinks

数据流中的接收器列表。

sources

数据流中的源列表。

transformations

数据流中的转换列表。

type

多态鉴别器,它指定此对象可以的不同类型的

继承属性

annotations

可用于描述数据流的标记列表。

description

数据流的说明。

folder

此数据流所在的文件夹。 如果未指定,数据流将显示在根级别。

属性详细信息

script

DataFlow 脚本。

script?: string

属性值

string

scriptLines

数据流脚本行。

scriptLines?: string[]

属性值

string[]

sinks

数据流中的接收器列表。

sinks?: DataFlowSink[]

属性值

sources

数据流中的源列表。

sources?: DataFlowSource[]

属性值

transformations

数据流中的转换列表。

transformations?: Transformation[]

属性值

type

多态鉴别器,它指定此对象可以的不同类型的

type: "MappingDataFlow"

属性值

"MappingDataFlow"

继承属性详细信息

annotations

可用于描述数据流的标记列表。

annotations?: any[]

属性值

any[]

继承自DataFlow.annotations

description

数据流的说明。

description?: string

属性值

string

继承自DataFlow.description

folder

此数据流所在的文件夹。 如果未指定,数据流将显示在根级别。

folder?: DataFlowFolder

属性值

继承自DataFlow.folder