Partager via


Événement DacActionFinished

Retourne des événements au fur et à mesure de leur exécution depuis les méthodes DacStore Install(), Uninstall() et Upgrade().

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
Public Event DacActionFinished As EventHandler(Of DacActionEventArgs)
'Utilisation
Dim instance As DacStore
Dim handler As EventHandler(Of DacActionEventArgs)

AddHandler instance.DacActionFinished, handler
public event EventHandler<DacActionEventArgs> DacActionFinished
public:
 event EventHandler<DacActionEventArgs^>^ DacActionFinished {
    void add (EventHandler<DacActionEventArgs^>^ value);
    void remove (EventHandler<DacActionEventArgs^>^ value);
}
member DacActionFinished : IEvent<EventHandler<DacActionEventArgs>,
    DacActionEventArgs>
JScript prend en charge l'utilisation d'événements, mais pas la déclaration de nouveaux événements.

Notes

Register for the event handler to track install, uninstall, and upgrade events as they complete.