Événement DacActionInitialized
Retourne des événements au fur et à mesure de leur initialisation à l'état en attente pour 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 DacActionInitialized As EventHandler(Of DacActionEventArgs)
'Utilisation
Dim instance As DacStore
Dim handler As EventHandler(Of DacActionEventArgs)
AddHandler instance.DacActionInitialized, handler
public event EventHandler<DacActionEventArgs> DacActionInitialized
public:
event EventHandler<DacActionEventArgs^>^ DacActionInitialized {
void add (EventHandler<DacActionEventArgs^>^ value);
void remove (EventHandler<DacActionEventArgs^>^ value);
}
member DacActionInitialized : 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 initialized.