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

指定的情境。

傳回

被要求的行動。

適用於