Share via


AzureSqlDWTableDataset.AzureSqlDWTableDatasetSchema Property

Definition

Gets or sets the schema name of the Azure SQL Data Warehouse. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to