SybaseLinkedService.Schema Property

Definition

Gets or sets schema name for connection. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to