DacActionEventArgs.ActionState Property

Gets or sets the state of the action step.

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

Syntax

'Declaration
Public Property ActionState As ActionState
    Get
    Set
'Usage
Dim instance As DacActionEventArgs
Dim value As ActionState

value = instance.ActionState

instance.ActionState = value
public ActionState ActionState { get; set; }
public:
property ActionState ActionState {
    ActionState get ();
    void set (ActionState value);
}
member ActionState : ActionState with get, set
function get ActionState () : ActionState
function set ActionState (value : ActionState)

Property Value

Type: Microsoft.SqlServer.Management.Dac.ActionState
An ActionState value that specifies the state of the action step.

See Also

Reference

DacActionEventArgs Class

Microsoft.SqlServer.Management.Dac Namespace