MigrateMySqlAzureDbForMySqlOfflineDatabaseInput interface

離線 MySQL 到適用於 MySQL 的 Azure 資料庫移轉工作輸入的資料庫特定資訊

屬性

name

資料庫的名稱

tableMap

來源與目標數據表的對應

targetDatabaseName

目標資料庫的名稱。 注意:開始移轉之前,將會截斷目標資料庫。

屬性詳細資料

name

資料庫的名稱

name?: string

屬性值

string

tableMap

來源與目標數據表的對應

tableMap?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

targetDatabaseName

目標資料庫的名稱。 注意:開始移轉之前,將會截斷目標資料庫。

targetDatabaseName?: string

屬性值

string