SyncFullSchemaTable 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.
Represents the full sync schema of a table in a database.
public class SyncFullSchemaTable
type SyncFullSchemaTable = class
Public Class SyncFullSchemaTable
- Inheritance
-
SyncFullSchemaTable
Constructors
SyncFullSchemaTable() |
Initializes a new instance of the SyncFullSchemaTable class. |
Properties
Columns |
Optional. Column list in table. |
ErrorId |
Optional. The error id of the schema table. |
HasError |
Optional. Specifies whether it has error. |
Name |
Optional. The name of the schema table. |
QuotedName |
Optional. The quoted name of the schema table. |