Bagikan melalui


Flowlet.Sources Property

Definition

Gets or sets list of sources in Flowlet.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to