다음을 통해 공유


SnowflakeDataset.SnowflakeDatasetSchema Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to