Compartir a través de


WebActivity.Datasets Propiedad

Definición

Obtiene o establece la lista de conjuntos de datos pasados al punto de conexión web.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a