Compartilhar via


ActionCompletedEventArgs(String, IContext, IContext) Construtor

Definição

Inicializa uma nova instância da classe ActionCompletedEventArgs com os parâmetros actionMoniker, de contexto e 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 o nome da ação.

context
IContext

Representa o contexto.

resultContext
IContext

Representa o resultado do contexto.

Aplica-se a