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

DataFlowSource 类

定义

数据流源的转换。

public class DataFlowSource : Microsoft.Azure.Management.DataFactory.Models.Transformation
type DataFlowSource = class
    inherit Transformation
Public Class DataFlowSource
Inherits Transformation
继承
DataFlowSource
派生

构造函数

DataFlowSource()

初始化 DataFlowSource 类的新实例。

DataFlowSource(String, String, DataFlowReference, DatasetReference, LinkedServiceReference, LinkedServiceReference)

初始化 DataFlowSource 类的新实例。

DataFlowSource(String, String, DatasetReference, LinkedServiceReference, DataFlowReference, LinkedServiceReference)

初始化 DataFlowSource 类的新实例。

DataFlowSource(String, String, DatasetReference, LinkedServiceReference, LinkedServiceReference)

初始化 DataFlowSource 类的新实例。

属性

Dataset

获取或设置数据集引用。

(继承自 Transformation)
Description

获取或设置转换说明。

(继承自 Transformation)
Flowlet

获取或设置 flowlet 引用

(继承自 Transformation)
LinkedService

获取或设置链接服务引用。

(继承自 Transformation)
Name

获取或设置转换名称。

(继承自 Transformation)
SchemaLinkedService

获取或设置架构链接服务引用。

方法

Validate()

验证 对象。

适用于