ITaskLauncherService.PerformAction(String, IContext) Метод

Определение

Запускает и активирует запрошенное действие.

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

Параметры

actionMoniker
String

Строка, представляющая название действия.

context
IContext

Указанный контекст.

Возвращаемое значение

Запрошенное действие.

Применяется к