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

表示上下文的结果。

适用于