共用方式為


MigrateSqlServerSqlDbTaskOutputValidationResult interface

將內部部署 SQL Server 資料庫遷移至 Azure SQL Database 之工作的輸出

Extends

屬性

resultType

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

id

結果標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。

migrationId

移轉標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。

status

移轉層級驗證的目前狀態。 資料庫驗證結果狀態的狀態將會在這裡匯總。 注意:這個屬性不會串行化。 它只能由伺服器填入。

summaryResults

每個資料庫的驗證摘要結果

屬性詳細資料

resultType

多型歧視性,指定這個物件可以是的不同類型

resultType: "MigrationValidationOutput"

屬性值

"MigrationValidationOutput"

繼承的屬性詳細資料

id

結果標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自MigrationValidationResult.id

migrationId

移轉標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。

migrationId?: string

屬性值

string

繼承自MigrationValidationResult.migrationId

status

移轉層級驗證的目前狀態。 資料庫驗證結果狀態的狀態將會在這裡匯總。 注意:這個屬性不會串行化。 它只能由伺服器填入。

status?: string

屬性值

string

繼承自MigrationValidationResult.status

summaryResults

每個資料庫的驗證摘要結果

summaryResults?: {[propertyName: string]: MigrationValidationDatabaseSummaryResult}

屬性值

{[propertyName: string]: MigrationValidationDatabaseSummaryResult}

繼承自MigrationValidationResult.summaryResults