次の方法で共有


DatabaseUpdate.SecondaryType プロパティ

定義

データベースがセカンダリである場合は、そのセカンダリ型を取得または設定します。 有効な値は Geo と Named です。 使用できる値は、'Geo'、'Named' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象