다음을 통해 공유


IExplorerHierarchy.BeginAsynchronousUpdate 이벤트

Occurs when user begin an asynchronous update.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
Event BeginAsynchronousUpdate As EventHandler
‘사용 방법
Dim instance As IExplorerHierarchy 
Dim handler As EventHandler 

AddHandler instance.BeginAsynchronousUpdate, handler
event EventHandler BeginAsynchronousUpdate
event EventHandler^ BeginAsynchronousUpdate {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract BeginAsynchronousUpdate : IEvent<EventHandler,
    EventArgs>
Jscript는 이벤트 사용을 지원하지만 새로운 이벤트 선언은 지원하지 않습니다.

참고 항목

참조

IExplorerHierarchy 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스