DacMessage Class

Data associated with an executing operation to report status updates or errors.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.DacMessage
    Microsoft.SqlServer.Dac.DacDataProgressMessage
    Microsoft.SqlServer.Dac.DacExceptionMessage
    Microsoft.SqlServer.Dac.DacOperationProgressMessage
    Microsoft.SqlServer.Dac.DacRetryMessage
    Microsoft.SqlServer.Dac.Model.DacModelMessage

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

Syntax

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

The DacMessage type exposes the following members.

Properties

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

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. (Overrides Object.ToString().)

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 Namespace