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

Transformation 构造函数

定义

重载

Transformation()

初始化 Transformation 类的新实例。

Transformation(String, String, DataFlowReference)

初始化 Transformation 类的新实例。

Transformation(String, String, DatasetReference, LinkedServiceReference, DataFlowReference)

初始化 Transformation 类的新实例。

Transformation()

初始化 Transformation 类的新实例。

public Transformation ();
Public Sub New ()

适用于

Transformation(String, String, DataFlowReference)

初始化 Transformation 类的新实例。

public Transformation (string name, string description = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowReference flowlet = default);
new Microsoft.Azure.Management.DataFactory.Models.Transformation : string * string * Microsoft.Azure.Management.DataFactory.Models.DataFlowReference -> Microsoft.Azure.Management.DataFactory.Models.Transformation
Public Sub New (name As String, Optional description As String = Nothing, Optional flowlet As DataFlowReference = Nothing)

参数

name
String

转换名称。

description
String

转换说明。

flowlet
DataFlowReference

Flowlet 参考

适用于

Transformation(String, String, DatasetReference, LinkedServiceReference, DataFlowReference)

初始化 Transformation 类的新实例。

public Transformation (string name, string description = default, Microsoft.Azure.Management.DataFactory.Models.DatasetReference dataset = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedService = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowReference flowlet = default);
new Microsoft.Azure.Management.DataFactory.Models.Transformation : string * string * Microsoft.Azure.Management.DataFactory.Models.DatasetReference * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.DataFlowReference -> Microsoft.Azure.Management.DataFactory.Models.Transformation
Public Sub New (name As String, Optional description As String = Nothing, Optional dataset As DatasetReference = Nothing, Optional linkedService As LinkedServiceReference = Nothing, Optional flowlet As DataFlowReference = Nothing)

参数

name
String

转换名称。

description
String

转换说明。

dataset
DatasetReference

数据集参考。

linkedService
LinkedServiceReference

链接服务引用。

flowlet
DataFlowReference

Flowlet 参考

适用于