次の方法で共有


SsisEnvironment.Variables プロパティ

定義

環境内の変数を取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象