共用方式為


MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult interface

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

Extends

屬性

resultType

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

繼承的屬性

dataIntegrityValidationResult

提供移轉來源與目標數據表之間的數據完整性驗證結果。 注意:這個屬性不會串行化。 它只能由伺服器填入。

endedOn

驗證結束時間注意:此屬性不會串行化。 它只能由伺服器填入。

id

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

migrationId

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

queryAnalysisValidationResult

來源和目標資料庫之間某些查詢執行結果的結果注意:此屬性將不會串行化。 它只能由伺服器填入。

schemaValidationResult

提供來源和目標資料庫之間的架構比較結果注意:此屬性將不會串行化。 它只能由伺服器填入。

sourceDatabaseName

源資料庫的名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

startedOn

驗證開始時間注意:此屬性將不會串行化。 它只能由伺服器填入。

status

資料庫層級驗證的目前狀態注意:此屬性將不會串行化。 它只能由伺服器填入。

targetDatabaseName

目標資料庫的名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

屬性詳細資料

resultType

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

resultType: "MigrationDatabaseLevelValidationOutput"

屬性值

"MigrationDatabaseLevelValidationOutput"

繼承的屬性詳細資料

dataIntegrityValidationResult

提供移轉來源與目標數據表之間的數據完整性驗證結果。 注意:這個屬性不會串行化。 它只能由伺服器填入。

dataIntegrityValidationResult?: DataIntegrityValidationResult

屬性值

繼承自MigrationValidationDatabaseLevelResult.dataIntegrityValidationResult

endedOn

驗證結束時間注意:此屬性不會串行化。 它只能由伺服器填入。

endedOn?: Date

屬性值

Date

繼承自 migrationMigrationValidationDatabaseLevelResult.endedOn

id

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

id?: string

屬性值

string

繼承自MigrationValidationDatabaseLevelResult.id

migrationId

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

migrationId?: string

屬性值

string

繼承自MigrationValidationDatabaseLevelResult.migrationId

queryAnalysisValidationResult

來源和目標資料庫之間某些查詢執行結果的結果注意:此屬性將不會串行化。 它只能由伺服器填入。

queryAnalysisValidationResult?: QueryAnalysisValidationResult

屬性值

繼承自MigrationValidationDatabaseLevelResult.queryAnalysisValidationResult

schemaValidationResult

提供來源和目標資料庫之間的架構比較結果注意:此屬性將不會串行化。 它只能由伺服器填入。

schemaValidationResult?: SchemaComparisonValidationResult

屬性值

繼承自MigrationValidationDatabaseLevelResult.schemaValidationResult

sourceDatabaseName

源資料庫的名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

sourceDatabaseName?: string

屬性值

string

繼承自MigrationValidationDatabaseLevelResult.sourceDatabaseName

startedOn

驗證開始時間注意:此屬性將不會串行化。 它只能由伺服器填入。

startedOn?: Date

屬性值

Date

繼承自MigrationValidationDatabaseLevelResult.startedOn

status

資料庫層級驗證的目前狀態注意:此屬性將不會串行化。 它只能由伺服器填入。

status?: string

屬性值

string

繼承自MigrationValidationDatabaseLevelResult.status

targetDatabaseName

目標資料庫的名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

targetDatabaseName?: string

屬性值

string

繼承自MigrationValidationDatabaseLevelResult.targetDatabaseName