IGetChildrenRequest 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 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
- 屬性
- 實作
屬性
| 名稱 | Description |
|---|---|
| AbortEvent |
會取得中止該物件操作的處理器。 (繼承來源 IAbortableRequest) |
| UseCachedResults |
會取得一個值,指示請求消費者是否應該使用快取結果或重新查詢結果。 |
| ViewScope |
取得請求範圍。 |
方法
| 名稱 | Description |
|---|---|
| AddResults(ICollection<INavigableItem>) |
取回請求消費者用來回傳結果的值。 |