SchemaComparisonValidationResultType 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.
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' |