GetUserTablesSqlSyncTaskOutput interface
收集给定数据库列表的用户表的任务的输出
属性
| databases |
从数据库名称映射到源表列表注意:此属性不会序列化。 它只能由服务器填充。 |
| databases |
从数据库名称映射到目标表列表注意:此属性不会序列化。 它只能由服务器填充。 |
| table |
从数据库名称映射到验证错误列表注意:此属性不会序列化。 它只能由服务器填充。 |
| validation |
验证错误注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
databasesToSourceTables
从数据库名称映射到源表列表注意:此属性不会序列化。 它只能由服务器填充。
databasesToSourceTables?: string
属性值
string
databasesToTargetTables
从数据库名称映射到目标表列表注意:此属性不会序列化。 它只能由服务器填充。
databasesToTargetTables?: string
属性值
string
tableValidationErrors
从数据库名称映射到验证错误列表注意:此属性不会序列化。 它只能由服务器填充。
tableValidationErrors?: string
属性值
string