ActionCompletedEventArgs(String, IContext, IContext) Costruttore

Definizione

Inizializza una nuova istanza della classe ActionCompletedEventArgs con i parametri actionMoniker, di contesto e resultContext specificati.

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)

Parametri

actionMoniker
String

Rappresenta il nome dell'azione.

context
IContext

Rappresenta il contesto.

resultContext
IContext

Rappresenta il risultato del contesto.

Si applica a