IActionHandler.PerformAction メソッド

要求されたアクションをインスタンス化してアクティブ化します。

名前空間:  Microsoft.SqlServer.Management
アセンブリ:  Microsoft.SqlServer.Management.SDK.SqlStudio (Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

構文

'宣言

Sub PerformAction ( _
    actionMoniker As , _
    context As IContext _
)
'使用

Dim instance As IActionHandler
Dim actionMoniker As 
Dim context As IContext

instance.PerformAction(actionMoniker, _
    context)
void PerformAction(
     actionMoniker,
    IContext context
)
void PerformAction(
    ^ actionMoniker, 
    IContext^ context
)
abstract PerformAction : 
        actionMoniker: * 
        context:IContext -> unit 
function PerformAction(
    actionMoniker : , 
    context : IContext
)

パラメーター

  • actionMoniker
    型:
    アクションの名前を表す文字列。

関連項目

参照

IActionHandler インターフェイス

Microsoft.SqlServer.Management 名前空間