次の方法で共有


ExecuteSSISPackageActivity.PropertyOverrides プロパティ

定義

SSIS パッケージを実行するプロパティのオーバーライドを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象