IGetChildrenRequest 接口

定义

重要

此 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
属性
实现

属性

名称 说明
AbortEvent

获得中止该对象操作的处理程序。

(继承自 IAbortableRequest)
UseCachedResults

获得一个值,指示请求消费者是应该使用缓存结果还是重新查询结果。

ViewScope

他会获得请求的范围。

方法

名称 说明
AddResults(ICollection<INavigableItem>)

检索请求消费者用来返回结果的值。

适用于