共用方式為


MigrateSqlServerSqlDbDatabaseInput interface

SQL Azure SQL資料庫移轉工作輸入的資料庫特定資訊

屬性

id

資料庫的識別碼

makeSourceDbReadOnly

是否要在移轉之前設定資料庫唯讀

name

資料庫名稱

schemaSetting

針對資料庫架構移轉選取的設定。

tableMap

來源與目標資料表的對應

targetDatabaseName

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

屬性詳細資料

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