Share via


ExecuteDataFlowActivity.RunConcurrently Property

Definition

Gets or sets concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean)

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.runConcurrently")]
public object RunConcurrently { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.runConcurrently")>]
member this.RunConcurrently : obj with get, set
Public Property RunConcurrently As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to