DacActionStarted 이벤트
DacStore Install(), Uninstall() 및 Upgrade() 메서드에 대해 실행을 시작하는 이벤트를 반환합니다.
네임스페이스: Microsoft.SqlServer.Management.Dac
어셈블리: Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)
구문
‘선언
Public Event DacActionStarted As EventHandler(Of DacActionEventArgs)
‘사용 방법
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는 이벤트 사용을 지원하지만 새로운 이벤트 선언은 지원하지 않습니다.
주의
Register for the event handler to track install, uninstall, and upgrade events as they start running.