Compartir a través de


Evento DacActionInitialized

Devuelve eventos a medida que se inicializan en el estado pendiente desde los métodos Install(), Uninstall() y Upgrade de DacStore.

Espacio de nombres:  Microsoft.SqlServer.Management.Dac
Ensamblado:  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Sintaxis

'Declaración
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 admite el uso de eventos, pero no la declaración de otros nuevos.

Comentarios

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