IActionHandler.PerformAction(String, IContext) Method

Definition

Instantiates and activates the requested action.

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)

Parameters

actionMoniker
String

A string that represent the name of the action.

context
IContext

An interface that represents the context.

Applies to