DacActionEventArgs Class
Represents the data sent when an event is raised by a DAC action step during both deployment and uninstall.
Inheritance Hierarchy
Object
EventArgs
Microsoft.SqlServer.Management.Dac.DacActionEventArgs
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaração
Public Class DacActionEventArgs _
Inherits EventArgs _
Implements IEquatable(Of DacActionEventArgs)
'Uso
Dim instance As DacActionEventArgs
public class DacActionEventArgs : EventArgs,
IEquatable<DacActionEventArgs>
public ref class DacActionEventArgs : public EventArgs,
IEquatable<DacActionEventArgs^>
type DacActionEventArgs =
class
inherit EventArgs
interface IEquatable<DacActionEventArgs>
end
public class DacActionEventArgs extends EventArgs implements IEquatable<DacActionEventArgs>
The DacActionEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActionName | Gets the name of the DAC action that raised the event. | |
ActionState | Gets or sets the state of the action step. | |
Description | Gets a description of the action step. | |
Error | Gets or sets the exception that is thrown when an error occurs in the action step. | |
MessageLevel | Gets or sets the message level of the action step. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Equals(DacActionEventArgs) | Determines whether the specified DacActionEventArgs object is equal to the DacActionEventArgs instance. | |
Finalize | (Inherited from Object.) | |
GetHashCode | Returns the hash code for this instance. (Overrides ObjectGetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (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.