IActionHandler.PerformAction(String, IContext) メソッド

定義

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

public:
 void PerformAction(System::String ^ actionMoniker, Microsoft::SqlServer::Management::Data::IContext ^ context);
public void PerformAction (string actionMoniker, Microsoft.SqlServer.Management.Data.IContext context);
abstract member PerformAction : string * Microsoft.SqlServer.Management.Data.IContext -> unit
Public Sub PerformAction (actionMoniker As String, context As IContext)

パラメーター

actionMoniker
String

アクションの名前を表す文字列。

context
IContext

コンテキストを表すインターフェイス。

適用対象