DacModelMessage Class

Represents an error or a warning raised during model validation.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.DacMessage
    Microsoft.SqlServer.Dac.Model.DacModelMessage

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class DacModelMessage _
    Inherits DacMessage
'Usage
Dim instance As DacModelMessage
[SerializableAttribute]
public class DacModelMessage : DacMessage
[SerializableAttribute]
public ref class DacModelMessage : public DacMessage
[<SerializableAttribute>]
type DacModelMessage =  
    class 
        inherit DacMessage 
    end
public class DacModelMessage extends DacMessage

The DacModelMessage type exposes the following members.

Properties

  Name Description
Public property Message Get friendly message for the current status of an operation. (Inherited from DacMessage.)
Public property MessageType Get the type of the event message. (Inherited from DacMessage.)
Public property Number Get numeric value associated with the event message. (Inherited from DacMessage.)
Public property Prefix Get string prefix associated with the source of the event message. (Inherited from DacMessage.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Return a string that represents the current object. (Inherited from DacMessage.)

Top

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

Reference

Microsoft.SqlServer.Dac.Model Namespace