MigrateSqlServerSqlDbSyncTaskInput interface
将本地 SQL Server 数据库迁移到 Azure SQL 数据库以进行联机迁移的任务的输入
属性
| selected |
要迁移的数据库 |
| validation |
验证选项 |
继承属性
| source |
连接到源的信息 |
| target |
连接到目标的信息 |
属性详细信息
selectedDatabases
要迁移的数据库
selectedDatabases: MigrateSqlServerSqlDbSyncDatabaseInput[]
属性值
validationOptions
继承属性详细信息
sourceConnectionInfo
连接到源的信息
sourceConnectionInfo: SqlConnectionInfo
属性值
targetConnectionInfo
连接到目标的信息
targetConnectionInfo: SqlConnectionInfo