SyncFullSchemaTableColumn 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.
Properties of the column in the table of database full schema.
public class SyncFullSchemaTableColumn
type SyncFullSchemaTableColumn = class
Public Class SyncFullSchemaTableColumn
- Inheritance
-
SyncFullSchemaTableColumn
Constructors
SyncFullSchemaTableColumn() |
Initializes a new instance of the SyncFullSchemaTableColumn class. |
SyncFullSchemaTableColumn(String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, String) |
Initializes a new instance of the SyncFullSchemaTableColumn class. |
Properties
DataSize |
Gets data size of the column. |
DataType |
Gets data type of the column. |
ErrorId |
Gets error id of the column. |
HasError |
Gets if there is error in the table. |
IsPrimaryKey |
Gets if it is the primary key of the table. |
Name |
Gets name of the column. |
QuotedName |
Gets quoted name of the column. |
Applies to
Azure SDK for .NET