MigrateSqlServerSqlDbTaskOutputDatabaseLevel interface
將內部部署 SQL Server 資料庫遷移至 Azure SQL Database 之工作的輸出
- Extends
屬性
database |
專案名稱注意:此屬性將不會串行化。 它只能由伺服器填入。 |
ended |
移轉結束時間注意:此屬性將不會串行化。 它只能由伺服器填入。 |
error |
資料庫/物件錯誤的數目。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
error |
用於查詢專案所有錯誤的通配符字串前置詞注意:此屬性將不會串行化。 它只能由伺服器填入。 |
exceptions |
移轉例外狀況和警告。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
message | 移轉進度訊息注意:此屬性將不會串行化。 它只能由伺服器填入。 |
number |
對象數目注意:這個屬性不會串行化。 它只能由伺服器填入。 |
number |
成功完成的物件數目注意:這個屬性將不會串行化。 它只能由伺服器填入。 |
object |
物件摘要會導致移轉注意:此屬性不會串行化。 它只能由伺服器填入。 |
result |
通配符字串前置詞,用於查詢專案的所有子項目結果注意:此屬性將不會串行化。 它只能由伺服器填入。 |
result |
多型歧視性,指定這個物件可以是的不同類型 |
stage | 此資料庫的移轉階段位於注意:此屬性將不會串行化。 它只能由伺服器填入。 |
started |
移轉開始時間注意:此屬性不會串行化。 它只能由伺服器填入。 |
state | 移轉的目前狀態注意:此屬性將不會串行化。 它只能由伺服器填入。 |
status |
狀態消息注意:此屬性將不會串行化。 它只能由伺服器填入。 |
繼承的屬性
id | 結果標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
databaseName
專案名稱注意:此屬性將不會串行化。 它只能由伺服器填入。
databaseName?: string
屬性值
string
endedOn
移轉結束時間注意:此屬性將不會串行化。 它只能由伺服器填入。
endedOn?: Date
屬性值
Date
errorCount
資料庫/物件錯誤的數目。 注意:這個屬性不會串行化。 它只能由伺服器填入。
errorCount?: number
屬性值
number
errorPrefix
用於查詢專案所有錯誤的通配符字串前置詞注意:此屬性將不會串行化。 它只能由伺服器填入。
errorPrefix?: string
屬性值
string
exceptionsAndWarnings
移轉例外狀況和警告。 注意:這個屬性不會串行化。 它只能由伺服器填入。
exceptionsAndWarnings?: ReportableException[]
屬性值
message
移轉進度訊息注意:此屬性將不會串行化。 它只能由伺服器填入。
message?: string
屬性值
string
numberOfObjects
對象數目注意:這個屬性不會串行化。 它只能由伺服器填入。
numberOfObjects?: number
屬性值
number
numberOfObjectsCompleted
成功完成的物件數目注意:這個屬性將不會串行化。 它只能由伺服器填入。
numberOfObjectsCompleted?: number
屬性值
number
objectSummary
物件摘要會導致移轉注意:此屬性不會串行化。 它只能由伺服器填入。
objectSummary?: string
屬性值
string
resultPrefix
通配符字串前置詞,用於查詢專案的所有子項目結果注意:此屬性將不會串行化。 它只能由伺服器填入。
resultPrefix?: string
屬性值
string
resultType
多型歧視性,指定這個物件可以是的不同類型
resultType: "DatabaseLevelOutput"
屬性值
"DatabaseLevelOutput"
stage
此資料庫的移轉階段位於注意:此屬性將不會串行化。 它只能由伺服器填入。
stage?: string
屬性值
string
startedOn
移轉開始時間注意:此屬性不會串行化。 它只能由伺服器填入。
startedOn?: Date
屬性值
Date
state
移轉的目前狀態注意:此屬性將不會串行化。 它只能由伺服器填入。
state?: string
屬性值
string
statusMessage
狀態消息注意:此屬性將不會串行化。 它只能由伺服器填入。
statusMessage?: string
屬性值
string
繼承的屬性詳細資料
id
結果標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
繼承自