SSISPackageLocation.ChildPackages Property

Definition

Gets or sets the embedded child package list.

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.childPackages")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SSISChildPackage> ChildPackages { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.childPackages")>]
member this.ChildPackages : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SSISChildPackage> with get, set
Public Property ChildPackages As IList(Of SSISChildPackage)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to