ActionCompletedEventArgs(String, IContext, IContext) Constructor

Definición

Inicializa una nueva instancia de la clase ActionCompletedEventArgs con los parámetros actionMoniker, context y resultContext especificados.

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)

Parámetros

actionMoniker
String

Representa el nombre de la acción.

context
IContext

Representa el contexto.

resultContext
IContext

Representa el resultado del contexto.

Se aplica a