Compartir a través de


SSISPackageLocation.ChildPackages Propiedad

Definición

Obtiene o establece la lista de paquetes secundarios incrustados.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a