ITaskLauncherService.PerformAction(String, IContext) Método

Definición

Instancia y activa la acción solicitada.

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

Parámetros

actionMoniker
String

Una cadena que representa el nombre de la acción.

context
IContext

Contexto especificado.

Devoluciones

La acción solicitada.

Se aplica a