Class SyncFullSchemaTable
java.lang.Object
com.microsoft.azure.management.sql.SyncFullSchemaTable
Properties of the table in the database full schema.
-
Constructor Details
-
SyncFullSchemaTable
public SyncFullSchemaTable()
-
-
Method Details
-
columns
Get list of columns in the table of database full schema.- Returns:
- the columns value
-
errorId
Get error id of the table.- Returns:
- the errorId value
-
hasError
Get if there is error in the table.- Returns:
- the hasError value
-
name
Get name of the table.- Returns:
- the name value
-
quotedName
Get quoted name of the table.- Returns:
- the quotedName value
-