DWCopyCommandDefaultValue Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DWCopyCommandDefaultValue() |
Initializes a new instance of the DWCopyCommandDefaultValue class. |
DWCopyCommandDefaultValue(Object, Object) |
Initializes a new instance of the DWCopyCommandDefaultValue class. |
DWCopyCommandDefaultValue()
Initializes a new instance of the DWCopyCommandDefaultValue class.
public DWCopyCommandDefaultValue ();
Public Sub New ()
Applies to
DWCopyCommandDefaultValue(Object, Object)
Initializes a new instance of the DWCopyCommandDefaultValue class.
public DWCopyCommandDefaultValue (object columnName = default, object defaultValue = default);
new Microsoft.Azure.Management.DataFactory.Models.DWCopyCommandDefaultValue : obj * obj -> Microsoft.Azure.Management.DataFactory.Models.DWCopyCommandDefaultValue
Public Sub New (Optional columnName As Object = Nothing, Optional defaultValue As Object = Nothing)
Parameters
- columnName
- Object
Column name. Type: object (or Expression with resultType string).
- defaultValue
- Object
The default value of the column. Type: object (or Expression with resultType string).
Applies to
Azure SDK for .NET