DacMessageEventArgs Class

Data associated with event raised as an executing operation reports status updates or errors.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.SqlServer.Dac.DacMessageEventArgs

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

Syntax

'Declaration
Public NotInheritable Class DacMessageEventArgs _
    Inherits EventArgs
'Usage
Dim instance As DacMessageEventArgs
public sealed class DacMessageEventArgs : EventArgs
public ref class DacMessageEventArgs sealed : public EventArgs
[<SealedAttribute>]
type DacMessageEventArgs =  
    class 
        inherit EventArgs 
    end
public final class DacMessageEventArgs extends EventArgs

The DacMessageEventArgs type exposes the following members.

Properties

  Name Description
Public property Message Message information associated with this event instance.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

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