共用方式為


MigrateSchemaSqlServerSqlDbTaskInput interface

將 SQL Server 資料庫架構遷移至 Azure SQL 資料庫的工作輸入

Extends

屬性

encryptedKeyForSecureFields

安全欄位的加密金鑰

selectedDatabases

要移轉的資料庫

startedOn

移轉開始時間

繼承的屬性

sourceConnectionInfo

線上到來源的資訊

targetConnectionInfo

線上到目標的資訊

屬性詳細資料

encryptedKeyForSecureFields

安全欄位的加密金鑰

encryptedKeyForSecureFields?: string

屬性值

string

selectedDatabases

要移轉的資料庫

selectedDatabases: MigrateSchemaSqlServerSqlDbDatabaseInput[]

屬性值

startedOn

移轉開始時間

startedOn?: string

屬性值

string

繼承的屬性詳細資料

sourceConnectionInfo

線上到來源的資訊

sourceConnectionInfo: SqlConnectionInfo

屬性值

繼承自sqlMigrationTaskInput.sourceConnectionInfo

targetConnectionInfo

線上到目標的資訊

targetConnectionInfo: SqlConnectionInfo

屬性值

繼承自sqlMigrationTaskInput.targetConnectionInfo