ITaskLauncherService.PerformAction(String, IContext) Metodo

Definizione

Istituisce e attiva l'azione richiesta.

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

Parametri

actionMoniker
String

Una stringa che rappresenta il nome dell'azione.

context
IContext

Contesto specificato.

Valori restituiti

L'azione richiesta.

Si applica a