Partager via


IActionHandler.PerformAction(String, IContext) Méthode

Définition

Instancie et active l'action demandée.

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)

Paramètres

actionMoniker
String

Chaîne qui représente le nom de l’action.

context
IContext

Interface qui représente le contexte.

S’applique à