DacActionEventArgs.ActionName Property

Gets the name of the DAC action that raised the event.

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

Syntax

'Declaration
Public ReadOnly Property ActionName As ActionName
    Get
'Usage
Dim instance As DacActionEventArgs
Dim value As ActionName

value = instance.ActionName
public ActionName ActionName { get; }
public:
property ActionName ActionName {
    ActionName get ();
}
member ActionName : ActionName
function get ActionName () : ActionName

Property Value

Type: Microsoft.SqlServer.Management.Dac.ActionName
A ActionName value that specifies the type of DAC action.

See Also

Reference

DacActionEventArgs Class

Microsoft.SqlServer.Management.Dac Namespace