MigrateSqlServerSqlDbSyncDatabaseInput interface
SQL 至 Azure SQL DB 同步移轉工作輸入的資料庫特定資訊
屬性
| id | 資料庫的唯一標識碼 |
| migration |
調整移轉行為的移轉設定 |
| name | 資料庫名稱 |
| schema |
要移轉的架構名稱 |
| source |
來源設定以微調來源端點移轉行為 |
| table |
來源與目標數據表的對應 |
| target |
目標資料庫名稱 |
| target |
調整目標端點移轉行為的目標設定 |
屬性詳細資料
id
資料庫的唯一標識碼
id?: string
屬性值
string
migrationSetting
調整移轉行為的移轉設定
migrationSetting?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
name
資料庫名稱
name?: string
屬性值
string
schemaName
要移轉的架構名稱
schemaName?: string
屬性值
string
sourceSetting
來源設定以微調來源端點移轉行為
sourceSetting?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
tableMap
來源與目標數據表的對應
tableMap?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
targetDatabaseName
目標資料庫名稱
targetDatabaseName?: string
屬性值
string
targetSetting
調整目標端點移轉行為的目標設定
targetSetting?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}