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

DWCopyCommandSettings.DefaultValues 属性

定义

为 SQL 数据仓库中的每个目标列指定默认值。 属性中的默认值将覆盖 DB 中设置的 DEFAULT 约束,并且标识列不能具有默认值。 类型:对象的数组 (或 expression,以及) 对象数组的 resultType。

public System.Collections.Generic.IList<Azure.ResourceManager.DataFactory.Models.DWCopyCommandDefaultValue> DefaultValues { get; }
member this.DefaultValues : System.Collections.Generic.IList<Azure.ResourceManager.DataFactory.Models.DWCopyCommandDefaultValue>
Public ReadOnly Property DefaultValues As IList(Of DWCopyCommandDefaultValue)

属性值

适用于