次の方法で共有


SyncFullSchemaColumn Class

Definition

Represents the full schema of a column in table.

public class SyncFullSchemaColumn
type SyncFullSchemaColumn = class
Public Class SyncFullSchemaColumn
Inheritance
SyncFullSchemaColumn

Constructors

SyncFullSchemaColumn()

Initializes a new instance of the SyncFullSchemaColumn class.

Properties

DataSize

Optional. The data size of the column.

DataType

Optional. The data type of the column.

ErrorId

Optional. The error id of the column.

HasError

Optional. Specifies whether it has error.

IsPrimaryKey

Optional. Specifies whether it is the primary key.

Name

Optional. The name of the column.

QuotedName

Optional. The quoted name of the column in schema table.

Applies to