ActionState 属性

获取或设置操作步骤的状态。

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
Public Property ActionState As ActionState
    Get
    Set
用法
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)

属性值

类型:Microsoft.SqlServer.Management.Dac. . :: . .ActionState
一个 ActionState 值,该值指定操作步骤的状态。