DWCopyCommandDefaultValue Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET