共用方式為


DataFlowDebugPackage.Datasets Property

Definition

Gets or sets list of datasets.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to