Compartilhar via


Evento DacActionInitialized

Retorna eventos à medida que são inicializados como status pendente nos métodos Install(), Uninstall() e Upgrade() do DacStore.

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

Sintaxe

'Declaração
Public Event DacActionInitialized As EventHandler(Of DacActionEventArgs)
'Uso
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 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 initialized.