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.