次の方法で共有


Database.Charset プロパティ

定義

データベースの文字セットを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象