次の方法で共有


TabularTranslator.ColumnMappings プロパティ

定義

列マッピングを取得または設定します。 例: "UserId: MyUserId, Group: MyGroup, Name: MyName" Type: string (または expression with resultType string)。 このプロパティは廃止されます。 mappings プロパティを使用してください。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象