Share via


DWCopyCommandSettings.DefaultValues Property

Definition

Gets or sets specifies the default values for each target column in SQL DW. The default values in the property overwrite the DEFAULT constraint set in the DB, and identity column cannot have a default value. Type: array of objects (or Expression with resultType array of objects).

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to