DacActionInitialized 事件

事件从 DacStore Install()、Uninstall() 和 Upgrade() 方法初始化为挂起状态时返回事件。

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
Public Event DacActionInitialized As EventHandler(Of DacActionEventArgs)
用法
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 支持使用事件,但不支持声明新事件。

注释

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