Partager via


DWCopyCommandDefaultValue Constructeurs

Définition

Surcharges

DWCopyCommandDefaultValue()

Initialise une nouvelle instance de la classe DWCopyCommandDefaultValue.

DWCopyCommandDefaultValue(Object, Object)

Initialise une nouvelle instance de la classe DWCopyCommandDefaultValue.

DWCopyCommandDefaultValue()

Initialise une nouvelle instance de la classe DWCopyCommandDefaultValue.

public DWCopyCommandDefaultValue ();
Public Sub New ()

S’applique à

DWCopyCommandDefaultValue(Object, Object)

Initialise une nouvelle instance de la classe DWCopyCommandDefaultValue.

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)

Paramètres

columnName
Object

Nom de la colonne. Type : objet (ou Expression avec la chaîne resultType).

defaultValue
Object

Valeur par défaut de la colonne. Type : objet (ou Expression avec la chaîne resultType).

S’applique à