SchemaComparisonValidationResult Class

Definition

Results for schema comparison between the source and target.

public class SchemaComparisonValidationResult
type SchemaComparisonValidationResult = class
Public Class SchemaComparisonValidationResult
Inheritance
SchemaComparisonValidationResult

Properties

SchemaDifferences

List of schema differences between the source and target databases.

SourceDatabaseObjectCount

Count of source database objects.

TargetDatabaseObjectCount

Count of target database objects.

ValidationErrors

List of errors that happened while performing schema compare validation.

Applies to