次の方法で共有


DWCopyCommandSettings.DefaultValues プロパティ

定義

SQL DW の各ターゲット列の既定値を取得または設定します。 プロパティの既定値によって、DB で設定された DEFAULT 制約が上書きされ、ID 列に既定値を設定することはできません。 型: オブジェクトの配列 (またはオブジェクトの resultType 配列を持つ Expression)。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象