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

表示內容的介面。

適用於