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

지정된 컨텍스트입니다.

반환

요청한 동작입니다.

적용 대상