DatasetSchemaDataElement Class
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.
Columns that define the physical type schema of the dataset.
public class DatasetSchemaDataElement
type DatasetSchemaDataElement = class
Public Class DatasetSchemaDataElement
- Inheritance
-
DatasetSchemaDataElement
Constructors
DatasetSchemaDataElement() |
Initializes a new instance of the DatasetSchemaDataElement class. |
DatasetSchemaDataElement(IDictionary<String,Object>, Object, Object) |
Initializes a new instance of the DatasetSchemaDataElement class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
Name |
Gets or sets name of the schema column. Type: string (or Expression with resultType string). |
Type |
Gets or sets type of the schema column. Type: string (or Expression with resultType string). |
Applies to
Azure SDK for .NET