你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SalesforceSink.IgnoreNullValues 属性

定义

获取或设置一个标志,该标志指示是否忽略写入操作期间) 关键字段 (输入数据集中的 null 值。 默认值为 false。 如果设置为 true,则表示 ADF 在执行 upsert/update 操作时目标对象中的数据保持不变,在执行插入操作时插入定义的默认值;而执行更新插入/更新操作时,ADF 会将目标对象中的数据更新为 NULL,在执行插入操作时插入 NULL 值。 类型:boolean (或 expression with resultType boolean) 。

[Newtonsoft.Json.JsonProperty(PropertyName="ignoreNullValues")]
public object IgnoreNullValues { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ignoreNullValues")>]
member this.IgnoreNullValues : obj with get, set
Public Property IgnoreNullValues As Object

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于