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 値です。