Delen via


DatasetSchemaDataElement Constructors

Definition

Overloads

DatasetSchemaDataElement()

Initializes a new instance of the DatasetSchemaDataElement class.

DatasetSchemaDataElement(IDictionary<String,Object>, Object, Object)

Initializes a new instance of the DatasetSchemaDataElement class.

DatasetSchemaDataElement()

Initializes a new instance of the DatasetSchemaDataElement class.

public DatasetSchemaDataElement ();
Public Sub New ()

Applies to

DatasetSchemaDataElement(IDictionary<String,Object>, Object, Object)

Initializes a new instance of the DatasetSchemaDataElement class.

public DatasetSchemaDataElement (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object name = default, object type = default);
new Microsoft.Azure.Management.DataFactory.Models.DatasetSchemaDataElement : System.Collections.Generic.IDictionary<string, obj> * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.DatasetSchemaDataElement
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional name As Object = Nothing, Optional type As Object = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

name
Object

Name of the schema column. Type: string (or Expression with resultType string).

type
Object

Type of the schema column. Type: string (or Expression with resultType string).

Applies to