次の方法で共有


TabularTranslator.SchemaMapping プロパティ

定義

表形式データと階層データの間でマップするスキーマ マッピングを取得または設定します。 例: {"Column1": "$.Column1"、"Column2": "$.Column2.Property1","Column3": "$.Column2.Property2"}。 型: object (または resultType オブジェクトを持つ Expression)。 このプロパティは廃止されます。 mappings プロパティを使用してください。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象