AzurePostgreSqlTableDataset.AzurePostgreSqlTableDatasetSchema Property

Definition

Gets or sets the schema name of the Azure PostgreSQL database. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to