Sdílet prostřednictvím


DatasetDataElement Constructors

Definition

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