Delen via


SyncGroupSchemaTableColumn Class

Definition

Properties of column in sync group table.

public class SyncGroupSchemaTableColumn : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.Models.SyncGroupSchemaTableColumn>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.Models.SyncGroupSchemaTableColumn>
type SyncGroupSchemaTableColumn = class
    interface IJsonModel<SyncGroupSchemaTableColumn>
    interface IPersistableModel<SyncGroupSchemaTableColumn>
Public Class SyncGroupSchemaTableColumn
Implements IJsonModel(Of SyncGroupSchemaTableColumn), IPersistableModel(Of SyncGroupSchemaTableColumn)
Inheritance
SyncGroupSchemaTableColumn
Implements

Constructors

SyncGroupSchemaTableColumn()

Initializes a new instance of SyncGroupSchemaTableColumn.

Properties

DataSize

Data size of the column.

DataType

Data type of the column.

QuotedName

Quoted name of sync group table column.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SyncGroupSchemaTableColumn>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SyncGroupSchemaTableColumn>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SyncGroupSchemaTableColumn>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SyncGroupSchemaTableColumn>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SyncGroupSchemaTableColumn>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to