Partager via


DWCopyCommandSettings.DefaultValues Propriété

Définition

Obtient ou définit spécifie les valeurs par défaut pour chaque colonne cible dans SQL DW. Les valeurs par défaut de la propriété remplacent le jeu de contraintes DEFAULT dans la base de données, et la colonne identité ne peut pas avoir de valeur par défaut. Type : tableau d’objets (ou Expression avec un tableau d’objets resultType).

[Newtonsoft.Json.JsonProperty(PropertyName="defaultValues")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DWCopyCommandDefaultValue> DefaultValues { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="defaultValues")>]
member this.DefaultValues : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DWCopyCommandDefaultValue> with get, set
Public Property DefaultValues As IList(Of DWCopyCommandDefaultValue)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à