DacSchemaComparisonMessage Class

 

Namespace:   Microsoft.SqlServer.Dac.Compare
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.DacMessage
    Microsoft.SqlServer.Dac.Compare.DacSchemaComparisonMessage

Syntax

public class DacSchemaComparisonMessage : DacMessage
public ref class DacSchemaComparisonMessage : DacMessage
type DacSchemaComparisonMessage = 
    class
        inherit DacMessage
    end
Public Class DacSchemaComparisonMessage
    Inherits DacMessage

Properties

Name Description
System_CAPS_pubproperty Exception

System_CAPS_pubproperty Message

Get friendly message for the current status of an operation. (Inherited from DacMessage.)

System_CAPS_pubproperty MessageType

Get the type of the event message. (Inherited from DacMessage.)

System_CAPS_pubproperty Number

Get numeric value associated with the event message. (Inherited from DacMessage.)

System_CAPS_pubproperty Prefix

Get string prefix associated with the source of the event message. (Inherited from DacMessage.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

Return a string that represents the current object. (Inherited from DacMessage.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.SqlServer.Dac.Compare Namespace

Return to top