共用方式為


NonSqlMigrationTaskInput interface

非 SQL 移轉工作輸入的基類

屬性

projectLocation

指向置放位置以存取專案成品的 URL

projectName

移轉專案的名稱

selectedTables

選取要移轉之資料表的中繼資料

targetConnectionInfo

連線到目標的資訊

targetDatabaseName

目標資料庫名稱

屬性詳細資料

projectLocation

指向置放位置以存取專案成品的 URL

projectLocation: string

屬性值

string

projectName

移轉專案的名稱

projectName: string

屬性值

string

selectedTables

選取要移轉之資料表的中繼資料

selectedTables: NonSqlDataMigrationTable[]

屬性值

targetConnectionInfo

連線到目標的資訊

targetConnectionInfo: SqlConnectionInfo

屬性值

targetDatabaseName

目標資料庫名稱

targetDatabaseName: string

屬性值

string