BuildChildren 대리자
Represents the methods that will handle the asynchronous build.
네임스페이스: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리: SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)
구문
‘선언
Public Delegate Sub BuildChildren ( _
quitEvent As WaitHandle _
)
‘사용 방법
Dim instance As New BuildChildren(AddressOf HandlerMethod)
public delegate void BuildChildren(
WaitHandle quitEvent
)
public delegate void BuildChildren(
WaitHandle^ quitEvent
)
type BuildChildren =
delegate of
quitEvent:WaitHandle -> unit
Jscript는 위임 사용을 지원하지만 새로운 위임의 선언은 지원하지 않습니다.
매개 변수
- quitEvent
유형: System.Threading.WaitHandle
Provides access to exit the program.
참고 항목
참조
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스