次の方法で共有


AzureSqlDatabaseDataSourceProperties.Table プロパティ

定義

Azure SQL データベース内のテーブルの名前を取得または設定します。 PUT (CreateOrReplace) 要求で必要です。

[Newtonsoft.Json.JsonProperty(PropertyName="table")]
public string Table { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="table")>]
member this.Table : string with get, set
Public Property Table As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象