Compartilhar via


ITaskLauncherService.PerformAction(String, IContext) Método

Definição

Instancia e ativa a ação 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

Uma cadeia de caracteres que representa o nome da ação.

context
IContext

O contexto especificado.

Retornos

A ação solicitada.

Aplica-se a