ITaskLauncherService.PerformAction(String, IContext) Methode

Definition

Instanziiert und aktiviert angeforderte Aktion.

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

Parameter

actionMoniker
String

Eine Zeichenfolge, die den Namen der Aktion darstellt.

context
IContext

Der angegebene Kontext.

Gibt zurück

Die angeforderte Aktion.

Gilt für: