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

DWCopyCommandDefaultValue Class

Definition

Default value.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.DWCopyCommandDefaultValue+DWCopyCommandDefaultValueConverter))]
public class DWCopyCommandDefaultValue
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.DWCopyCommandDefaultValue+DWCopyCommandDefaultValueConverter))>]
type DWCopyCommandDefaultValue = class
Public Class DWCopyCommandDefaultValue
Inheritance
DWCopyCommandDefaultValue
Attributes

Constructors

DWCopyCommandDefaultValue()

Initializes a new instance of DWCopyCommandDefaultValue.

Properties

ColumnName

Column name. Type: object (or Expression with resultType string).

DefaultValue

The default value of the column. Type: object (or Expression with resultType string).

Applies to