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 | |
---|---|---|
![]() |
Message | Get friendly message for the current status of an operation. |
![]() |
MessageType | Get the type of the event message. |
![]() |
Number | Get numeric value associated with the event message. |
![]() |
Prefix | Get string prefix associated with the source of the event message. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.