ExecuteSsisPackageActivity.ProjectConnectionManagers 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 project level connection managers to execute the SSIS package.
public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IDictionary<string,Azure.ResourceManager.DataFactory.Models.SsisExecutionParameter>> ProjectConnectionManagers { get; }
member this.ProjectConnectionManagers : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IDictionary<string, Azure.ResourceManager.DataFactory.Models.SsisExecutionParameter>>
Public ReadOnly Property ProjectConnectionManagers As IDictionary(Of String, IDictionary(Of String, SsisExecutionParameter))