MigrateMySqlAzureDbForMySqlOfflineDatabaseInput interface       
脱机 MySQL 到 Azure Database for MySQL 迁移任务输入的数据库特定信息
属性
| name | 数据库的名称  | 
| table | 
	源到目标表的映射  | 
| target | 
	目标数据库的名称。 注意:开始迁移之前,将截断目标数据库。  | 
属性详细信息
name
数据库的名称
name?: string
				属性值
string
		tableMap
	 
	源到目标表的映射
tableMap?: {[propertyName: string]: string}
				属性值
{[propertyName: string]: string}
		targetDatabaseName
	  
	目标数据库的名称。 注意:开始迁移之前,将截断目标数据库。
targetDatabaseName?: string
				属性值
string