次の方法で共有


CopyActivity.Inputs プロパティ

定義

アクティビティの入力の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象