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>)

检索请求使用者为返回结果而使用的值。

适用于