ActionCompletedEventArgs(String, IContext, IContext) 建構函式

定義

初始化具有指定的 actionMoniker、內容和 resultContext 參數之 ActionCompletedEventArgs 類別的新執行個體。

public:
 ActionCompletedEventArgs(System::String ^ actionMoniker, Microsoft::SqlServer::Management::Data::IContext ^ context, Microsoft::SqlServer::Management::Data::IContext ^ resultContext);
public ActionCompletedEventArgs (string actionMoniker, Microsoft.SqlServer.Management.Data.IContext context, Microsoft.SqlServer.Management.Data.IContext resultContext);
new Microsoft.SqlServer.Management.ActionCompletedEventArgs : string * Microsoft.SqlServer.Management.Data.IContext * Microsoft.SqlServer.Management.Data.IContext -> Microsoft.SqlServer.Management.ActionCompletedEventArgs
Public Sub New (actionMoniker As String, context As IContext, resultContext As IContext)

參數

actionMoniker
String

表示動作的名稱。

context
IContext

表示內容。

resultContext
IContext

表示內容的結果。

適用於