Partager via


SnowflakeImportCopyCommand.AdditionalCopyOptions Propriété

Définition

Obtient ou définit des options de copie supplémentaires directement passées à snowflake Copy Command. Type : paires clé-valeur (la valeur doit être de type chaîne) (ou Expression avec l’objet resultType). Exemple : « additionalCopyOptions »: { « DATE_FORMAT »: « MM/JJ/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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à