次の方法で共有


AzureSqlReferenceInputDataSource.Database プロパティ

定義

この要素がデータソース要素に関連付けられているかどうかを取得または設定します。 これは出力が書き込まれるデータベースの名前です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象