MigrateSqlServerSqlDbSyncDatabaseInput interface
SQL 到 Azure SQL DB 同步迁移任务输入的数据库特定信息
属性
| id | 数据库的唯一标识符 |
| migration |
优化迁移行为的迁移设置 |
| name | 数据库名称 |
| schema |
要迁移的架构名称 |
| source |
用于优化源终结点迁移行为的源设置 |
| table |
源到目标表的映射 |
| target |
目标数据库名称 |
| target |
用于优化目标终结点迁移行为的目标设置 |
属性详细信息
id
数据库的唯一标识符
id?: string
属性值
string
migrationSetting
优化迁移行为的迁移设置
migrationSetting?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
name
数据库名称
name?: string
属性值
string
schemaName
要迁移的架构名称
schemaName?: string
属性值
string
sourceSetting
用于优化源终结点迁移行为的源设置
sourceSetting?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
tableMap
源到目标表的映射
tableMap?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
targetDatabaseName
目标数据库名称
targetDatabaseName?: string
属性值
string
targetSetting
用于优化目标终结点迁移行为的目标设置
targetSetting?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}