DacSchemaComparisonMessage Class

Definition

Represents a problem encountered during schema comparison.

public class DacSchemaComparisonMessage : Microsoft.SqlServer.Dac.DacMessage
type DacSchemaComparisonMessage = class
    inherit DacMessage
Public Class DacSchemaComparisonMessage
Inherits DacMessage
Inheritance
DacSchemaComparisonMessage

Properties

ElementType

The type of element if the error is a validation error related to an element

(Inherited from DacMessage)
Exception

Exception associated with the error, or null

Message

Get friendly message for the current status of an operation.

(Inherited from DacMessage)
MessageType

Get the type of the event message.

(Inherited from DacMessage)
Number

Get numeric value associated with the event message.

(Inherited from DacMessage)
Prefix

Get string prefix associated with the source of the event message.

(Inherited from DacMessage)

Methods

ToString()

Returns failure information along with the base message

ToString()

Return a string that represents the current object.

(Inherited from DacMessage)

Applies to