MigrateSchemaSqlServerSqlDbTaskInput interface
將 SQL Server 資料庫架構遷移至 Azure SQL 資料庫的工作輸入
- Extends
屬性
encrypted |
安全欄位的加密金鑰 |
selected |
要移轉的資料庫 |
started |
移轉開始時間 |
繼承的屬性
source |
線上到來源的資訊 |
target |
線上到目標的資訊 |
屬性詳細資料
encryptedKeyForSecureFields
安全欄位的加密金鑰
encryptedKeyForSecureFields?: string
屬性值
string
selectedDatabases
要移轉的資料庫
selectedDatabases: MigrateSchemaSqlServerSqlDbDatabaseInput[]
屬性值
startedOn
移轉開始時間
startedOn?: string
屬性值
string
繼承的屬性詳細資料
sourceConnectionInfo
線上到來源的資訊
sourceConnectionInfo: SqlConnectionInfo
屬性值
targetConnectionInfo
線上到目標的資訊
targetConnectionInfo: SqlConnectionInfo