다음을 통해 공유


IActionHandler.PerformAction(String, IContext) 메서드

정의

요청한 동작을 인스턴스화 및 활성화합니다.

public:
 void PerformAction(System::String ^ actionMoniker, Microsoft::SqlServer::Management::Data::IContext ^ context);
public void PerformAction (string actionMoniker, Microsoft.SqlServer.Management.Data.IContext context);
abstract member PerformAction : string * Microsoft.SqlServer.Management.Data.IContext -> unit
Public Sub PerformAction (actionMoniker As String, context As IContext)

매개 변수

actionMoniker
String

동작 이름의 이름을 나타내는 문자열입니다.

context
IContext

컨텍스트를 나타내는 인터페이스입니다.

적용 대상