Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
Message | Message information associated with this event instance. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
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.