DatasetDataElement 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
DatasetDataElement() |
Initializes a new instance of the DatasetDataElement class. |
DatasetDataElement(Object, Object) |
Initializes a new instance of the DatasetDataElement class. |
DatasetDataElement()
Initializes a new instance of the DatasetDataElement class.
public DatasetDataElement ();
Public Sub New ()
Applies to
DatasetDataElement(Object, Object)
Initializes a new instance of the DatasetDataElement class.
public DatasetDataElement (object name = default, object type = default);
new Microsoft.Azure.Management.DataFactory.Models.DatasetDataElement : obj * obj -> Microsoft.Azure.Management.DataFactory.Models.DatasetDataElement
Public Sub New (Optional name As Object = Nothing, Optional type As Object = Nothing)
Parameters
- name
- Object
Name of the column. Type: string (or Expression with resultType string).
- type
- Object
Type of the column. Type: string (or Expression with resultType string).
Applies to
Azure SDK for .NET