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

指定されたコンテキスト。

戻り値

要求されたアクション。

適用対象