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