MigrateSqlServerSqlDbDatabaseInput interface
SQL 至 Azure SQL DB 移轉工作輸入的資料庫特定資訊
屬性
| id | 資料庫的標識碼 |
| make |
是否要在移轉前將資料庫設定為唯讀 |
| name | 資料庫名稱 |
| schema |
針對資料庫架構移轉選取的設定。 |
| table |
來源與目標數據表的對應 |
| target |
目標資料庫的名稱。 注意:開始移轉之前,將會截斷目標資料庫。 |
屬性詳細資料
id
資料庫的標識碼
id?: string
屬性值
string
makeSourceDbReadOnly
是否要在移轉前將資料庫設定為唯讀
makeSourceDbReadOnly?: boolean
屬性值
boolean
name
資料庫名稱
name?: string
屬性值
string
schemaSetting
針對資料庫架構移轉選取的設定。
schemaSetting?: Record<string, unknown>
屬性值
Record<string, unknown>
tableMap
來源與目標數據表的對應
tableMap?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
targetDatabaseName
目標資料庫的名稱。 注意:開始移轉之前,將會截斷目標資料庫。
targetDatabaseName?: string
屬性值
string