Bagikan melalui


ExecuteSSISPackageActivity.ProjectConnectionManagers Property

Definition

Gets or sets the project level connection managers to execute the SSIS package.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to