Share via


SqlServerTableDataset.SqlServerTableDatasetSchema Property

Definition

Gets or sets the schema name of the SQL Server dataset. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to