Partager via


DWCopyCommandSettings.AdditionalOptions Propriété

Définition

Obtient ou définit des options supplémentaires directement transmises à SQL DW dans Copy Command. Type : paires de valeurs de clé (la valeur doit être de type chaîne) (ou Expression avec l’objet resultType). Exemple : « additionalOptions »: { « MAXERRORS »: « 1000 », « DATEFORMAT »: « 'ymd' » }

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à