MigrateSqlServerSqlDBTaskOutputDatabaseLevelValidationResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The MigrateSqlServerSqlDBTaskOutputDatabaseLevelValidationResult.
public class MigrateSqlServerSqlDBTaskOutputDatabaseLevelValidationResult : Azure.ResourceManager.DataMigration.Models.MigrateSqlServerSqlDBTaskOutput
type MigrateSqlServerSqlDBTaskOutputDatabaseLevelValidationResult = class
inherit MigrateSqlServerSqlDBTaskOutput
Public Class MigrateSqlServerSqlDBTaskOutputDatabaseLevelValidationResult
Inherits MigrateSqlServerSqlDBTaskOutput
- Inheritance
Properties
DataIntegrityValidationResult |
Provides data integrity validation result between the source and target tables that are migrated. |
EndedOn |
Validation end time. |
Id |
Result identifier. (Inherited from MigrateSqlServerSqlDBTaskOutput) |
MigrationId |
Migration Identifier. |
QueryAnalysisValidationResult |
Results of some of the query execution result between source and target database. |
SchemaValidationResult |
Provides schema comparison result between source and target database. |
SourceDatabaseName |
Name of the source database. |
StartedOn |
Validation start time. |
Status |
Current status of validation at the database level. |
TargetDatabaseName |
Name of the target database. |
Applies to
Azure SDK for .NET