ExecuteSSISPackageActivity.PropertyOverrides Property

Definition

Gets or sets the property overrides to execute the SSIS package.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to