你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NonSqlMigrationTaskInput interface

用于非 sql 迁移任务输入的基类

属性

projectLocation

指向用于访问项目项目的放置位置的 URL

projectName

迁移项目的名称

selectedTables

为迁移选择的表的元数据

targetConnectionInfo

连接到目标的信息

targetDatabaseName

目标数据库名称

属性详细信息

projectLocation

指向用于访问项目项目的放置位置的 URL

projectLocation: string

属性值

string

projectName

迁移项目的名称

projectName: string

属性值

string

selectedTables

为迁移选择的表的元数据

selectedTables: NonSqlDataMigrationTable[]

属性值

targetConnectionInfo

连接到目标的信息

targetConnectionInfo: SqlConnectionInfo

属性值

targetDatabaseName

目标数据库名称

targetDatabaseName: string

属性值

string