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

一个代表上下文的接口。

适用于