GettingChildrenCallback 대리자

Handles the operation to retrieve the children asynchronously.

이 API는 CLS 규격이 아닙니다. CLS 규격 대체 항목은 [false]입니다.

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

구문

‘선언
<CLSCompliantAttribute(False)> _
Public Delegate Sub GettingChildrenCallback ( _
    request As IGetChildrenRequest, _
    batch As ICollection(Of INavigableItem) _
)
‘사용 방법
Dim instance As New GettingChildrenCallback(AddressOf HandlerMethod)
[CLSCompliantAttribute(false)]
public delegate void GettingChildrenCallback(
    IGetChildrenRequest request,
    ICollection<INavigableItem> batch
)
[CLSCompliantAttribute(false)]
public delegate void GettingChildrenCallback(
    IGetChildrenRequest^ request, 
    ICollection<INavigableItem^>^ batch
)
[<CLSCompliantAttribute(false)>]
type GettingChildrenCallback = 
    delegate of  
        request:IGetChildrenRequest * 
        batch:ICollection<INavigableItem> -> unit
Jscript는 위임 사용을 지원하지만 새로운 위임의 선언은 지원하지 않습니다.

매개 변수

참고 항목

참조

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