次の方法で共有


JsonDataset.EncodingName プロパティ

定義

優先エンコードのコード ページ名を取得または設定します。 指定しない場合、BOM が別の Unicode エンコードを示す場合を除き、既定値は UTF-8 です。 サポートされている値を設定するには、次のリンクにあるテーブルの name 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx 型: string (または resultType 文字列を含む式)。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.encodingName")]
public object EncodingName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.encodingName")>]
member this.EncodingName : obj with get, set
Public Property EncodingName As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象