Bagikan melalui


ExecuteSSISPackageActivity.PackageConnectionManagers Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to