OracleTableDataset.OracleTableDatasetSchema Property

Definition

Gets or sets the schema name of the on-premises Oracle database. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to