SchemaComparisonValidationResultType Class

Definition

Description about the errors happen while performing migration validation

public class SchemaComparisonValidationResultType
type SchemaComparisonValidationResultType = class
Public Class SchemaComparisonValidationResultType
Inheritance
SchemaComparisonValidationResultType

Constructors

SchemaComparisonValidationResultType()

Initializes a new instance of the SchemaComparisonValidationResultType class.

SchemaComparisonValidationResultType(String, String, String)

Initializes a new instance of the SchemaComparisonValidationResultType class.

Properties

ObjectName

Gets or sets name of the object that has the difference

ObjectType

Gets or sets type of the object that has the difference. e.g (Table/View/StoredProcedure) Possible values include: 'StoredProcedures', 'Table', 'User', 'View', 'Function'

UpdateAction

Gets or sets update action type with respect to target Possible values include: 'DeletedOnTarget', 'ChangedOnTarget', 'AddedOnTarget'

Applies to