Compartilhar via


Evento DacActionStarted

Retorna eventos conforme começam a ser executados para os métodos Install(), Uninstall() e Upgrade() de DacStore.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)

Sintaxe

'Declaração
Public Event DacActionStarted As EventHandler(Of DacActionEventArgs)
'Uso
Dim instance As DacStore
Dim handler As EventHandler(Of DacActionEventArgs)

AddHandler instance.DacActionStarted, handler
public event EventHandler<DacActionEventArgs> DacActionStarted
public:
 event EventHandler<DacActionEventArgs^>^ DacActionStarted {
    void add (EventHandler<DacActionEventArgs^>^ value);
    void remove (EventHandler<DacActionEventArgs^>^ value);
}
member DacActionStarted : IEvent<EventHandler<DacActionEventArgs>,
    DacActionEventArgs>
JScript dá suporte ao uso de eventos, mas não à declaração de eventos novos.

Comentários

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