次の方法で共有


DocumentDbOutputDataSource.Database プロパティ

定義

DocumentDB データベースの名前を取得または設定します。 PUT (CreateOrReplace) 要求で必要です。

[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

適用対象