次の方法で共有


ExecuteSSISPackageActivity.PackageParameters プロパティ

定義

SSIS パッケージを実行するパッケージ レベルパラメーターを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.packageParameters")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.SSISExecutionParameter> PackageParameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.packageParameters")>]
member this.PackageParameters : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.SSISExecutionParameter> with get, set
Public Property PackageParameters As IDictionary(Of String, SSISExecutionParameter)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象