MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel interface
使用記錄重新執行服務將 SQL Server 資料庫移轉至 Azure SQL Database 受控實例的工作輸出。
- Extends
屬性
active |
目前作用中的備份集(上傳或還原)注意:此屬性將不會串行化。 它只能由伺服器填入。 |
container |
在 Azure 記憶體帳戶中建立的容器名稱,其中備份會複製到注意:此屬性將不會串行化。 它只能由伺服器填入。 |
ended |
資料庫移轉結束時間注意:此屬性將不會串行化。 它只能由伺服器填入。 |
error |
要用於查詢此資料庫錯誤的前置詞字串注意:此屬性將不會串行化。 它只能由伺服器填入。 |
exceptions |
移轉例外狀況和警告注意:此屬性將不會串行化。 它只能由伺服器填入。 |
full |
完整備份集的詳細資料注意:此屬性將不會串行化。 它只能由伺服器填入。 |
is |
是否已將完整備份套用至目標資料庫注意:此屬性將不會串行化。 它只能由伺服器填入。 |
last |
上次套用的備份集資訊注意:此屬性將不會串行化。 它只能由伺服器填入。 |
migration |
資料庫目前的狀態注意:這個屬性將不會串行化。 它只能由伺服器填入。 |
result |
多型歧視性,指定這個物件可以是的不同類型 |
source |
資料庫名稱注意:此屬性將不會串行化。 它只能由伺服器填入。 |
started |
資料庫移轉開始時間注意:此屬性將不會串行化。 它只能由伺服器填入。 |
繼承的屬性
id | 結果標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
activeBackupSets
containerName
在 Azure 記憶體帳戶中建立的容器名稱,其中備份會複製到注意:此屬性將不會串行化。 它只能由伺服器填入。
containerName?: string
屬性值
string
endedOn
資料庫移轉結束時間注意:此屬性將不會串行化。 它只能由伺服器填入。
endedOn?: Date
屬性值
Date
errorPrefix
要用於查詢此資料庫錯誤的前置詞字串注意:此屬性將不會串行化。 它只能由伺服器填入。
errorPrefix?: string
屬性值
string
exceptionsAndWarnings
移轉例外狀況和警告注意:此屬性將不會串行化。 它只能由伺服器填入。
exceptionsAndWarnings?: ReportableException[]
屬性值
fullBackupSetInfo
isFullBackupRestored
是否已將完整備份套用至目標資料庫注意:此屬性將不會串行化。 它只能由伺服器填入。
isFullBackupRestored?: boolean
屬性值
boolean
lastRestoredBackupSetInfo
migrationState
資料庫目前的狀態注意:這個屬性將不會串行化。 它只能由伺服器填入。
migrationState?: string
屬性值
string
resultType
多型歧視性,指定這個物件可以是的不同類型
resultType: "DatabaseLevelOutput"
屬性值
"DatabaseLevelOutput"
sourceDatabaseName
資料庫名稱注意:此屬性將不會串行化。 它只能由伺服器填入。
sourceDatabaseName?: string
屬性值
string
startedOn
資料庫移轉開始時間注意:此屬性將不會串行化。 它只能由伺服器填入。
startedOn?: Date
屬性值
Date
繼承的屬性詳細資料
id
結果標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
繼承自