Compartir a través de


SnowflakeImportCopyCommand.AdditionalCopyOptions Propiedad

Definición

Obtiene o establece opciones de copia adicionales que se pasan directamente al comando de copia de copo de nieve. Tipo: pares clave-valor (el valor debe ser tipo de cadena) (o Expression con el objeto resultType). Ejemplo: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/AAAA", "TIME_FORMAT": "'HH24:MI:SS. FF'" }

[Newtonsoft.Json.JsonProperty(PropertyName="additionalCopyOptions")]
public System.Collections.Generic.IDictionary<string,object> AdditionalCopyOptions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="additionalCopyOptions")>]
member this.AdditionalCopyOptions : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property AdditionalCopyOptions As IDictionary(Of String, Object)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a