ExecuteSsisPackageActivity.PackageConnectionManagers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The package level connection managers to execute the SSIS package.
public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IDictionary<string,Azure.ResourceManager.DataFactory.Models.SsisExecutionParameter>> PackageConnectionManagers { get; }
member this.PackageConnectionManagers : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IDictionary<string, Azure.ResourceManager.DataFactory.Models.SsisExecutionParameter>>
Public ReadOnly Property PackageConnectionManagers As IDictionary(Of String, IDictionary(Of String, SsisExecutionParameter))