Share via


SapOpenHubSource.SapDataColumnDelimiter Property

Definition

Gets or sets the single character that will be used as delimiter passed to SAP RFC as well as splitting the output data retrieved. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to