ITaskLauncherService.PerformAction(String, IContext) 方法

定义

实例化和激活请求的操作。

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

参数

actionMoniker
String

表示操作名称的字符串。

context
IContext

指定的上下文。

返回

请求的操作。

适用于