DacActionFinished-Ereignis
Gibt Ereignisse aus den DacStore-Methoden Install(), Uninstall() und Upgrade() zurück, sobald sie abgeschlossen wurden.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public Event DacActionFinished As EventHandler(Of DacActionEventArgs)
'Usage
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 unterstützt die Verwendung von Ereignissen, aber nicht die Deklaration neuer Ereignisse.
Hinweise
Register for the event handler to track install, uninstall, and upgrade events as they complete.