DatasetSchemaDataElement 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
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
Azure SDK for .NET