Compartir a través de


TabularTranslator.Mappings Propiedad

Definición

Obtiene o establece asignaciones de columnas con tipos lógicos. Ejemplo tabular-gt&;tabular: [{"source":{"name":"CustomerName","type":"String"},"sink":{"name":"ClientName","type":"String"}},{"source":{"name":"CustomerAddress","type":"String"},"sink":{"name":"ClientAddress","type":"String"}}]. Ejemplo jerárquico-gt&;tabular: [{"source":{"path":"$. CustomerName","type":"String"},"sink":{"name":"ClientName","type":"String"}},{"source":{"path":"$. CustomerAddress","type":"String"},"sink":{"name":"ClientAddress","type":"String"}}]. Tipo: objeto (o Expression con el objeto resultType).

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a