次の方法で共有


Flowlet.Transformations プロパティ

定義

Flowlet の変換の一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.transformations")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.Transformation> Transformations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.transformations")>]
member this.Transformations : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.Transformation> with get, set
Public Property Transformations As IList(Of Transformation)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象