DataFlow.OutputStream Property

Definition

Gets or sets the output stream of the transform. Only required if the transform changes data to a different stream.

[Newtonsoft.Json.JsonProperty(PropertyName="outputStream")]
public string OutputStream { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="outputStream")>]
member this.OutputStream : string with get, set
Public Property OutputStream As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to