Sdílet prostřednictvím


MappingDataFlow.Sinks Property

Definition

Gets or sets list of sinks in data flow.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to