Compartir a través de


Activity.DependsOn Propiedad

Definición

Obtiene o establece la actividad depende de la condición.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a