次の方法で共有


ExecuteSSISPackageActivity.ProjectParameters プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象