次の方法で共有


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 リファレンス

適用対象