ExecuteSSISPackageActivity.ProjectParameters Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to