ITaskLauncherService.PerformAction(String, IContext) Méthode

Définition

Instancie et active l’action demandée.

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

Paramètres

actionMoniker
String

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

context
IContext

Contexte spécifié.

Retours

L’action demandée.

S’applique à