IActionHandler.PerformAction(String, IContext) Método

Definición

Crea instancias de la acción solicitada y la activa.

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)

Parámetros

actionMoniker
String

Cadena que representa el nombre de la acción.

context
IContext

Interfaz que representa el contexto.

Se aplica a