共用方式為


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

繼承自MigrationValidationDatabaseLevelResult.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