你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SyncFullSchemaTable interface
数据库完整架构中表的属性。
属性
columns | 数据库完整架构表中的列列表。 注意:此属性不会被序列化。 它只能由服务器填充。 |
error |
表的错误 ID。 注意:此属性不会被序列化。 它只能由服务器填充。 |
has |
如果表中存在错误。 注意:此属性不会被序列化。 它只能由服务器填充。 |
name | 表的名称。 注意:此属性不会被序列化。 它只能由服务器填充。 |
quoted |
带引号的表名称。 注意:此属性不会被序列化。 它只能由服务器填充。 |
属性详细信息
columns
数据库完整架构表中的列列表。 注意:此属性不会被序列化。 它只能由服务器填充。
columns?: SyncFullSchemaTableColumn[]
属性值
errorId
表的错误 ID。 注意:此属性不会被序列化。 它只能由服务器填充。
errorId?: string
属性值
string
hasError
如果表中存在错误。 注意:此属性不会被序列化。 它只能由服务器填充。
hasError?: boolean
属性值
boolean
name
表的名称。 注意:此属性不会被序列化。 它只能由服务器填充。
name?: string
属性值
string
quotedName
带引号的表名称。 注意:此属性不会被序列化。 它只能由服务器填充。
quotedName?: string
属性值
string