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

表示上下文的接口。

适用于