ExecuteSSISPackageActivity.PackageParameters Property

Definition

Gets or sets the package level parameters to execute the SSIS package.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to