IGetChildrenRequest 인터페이스

정의

Important

이 API는 CLS 규격이 아닙니다.

INavigableItem.GetChildren 객체와 함께 비동기적으로 배치로 자식을 불러옵니다.

public interface class IGetChildrenRequest : Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IAbortableRequest
[System.CLSCompliant(false)]
public interface IGetChildrenRequest : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IAbortableRequest
[<System.CLSCompliant(false)>]
type IGetChildrenRequest = interface
    interface IAbortableRequest
Public Interface IGetChildrenRequest
Implements IAbortableRequest
특성
구현

속성

Name Description
AbortEvent

객체 작동을 중단하는 핸들러를 얻습니다.

(다음에서 상속됨 IAbortableRequest)
UseCachedResults

요청 소비자가 캐시된 결과를 사용할지 또는 결과를 재쿼리할지 나타내는 값을 받습니다.

ViewScope

요청 범위를 얻습니다.

메서드

Name Description
AddResults(ICollection<INavigableItem>)

요청 소비자가 결과를 반환하기 위해 사용한 값을 검색합니다.

적용 대상