次の方法で共有


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

要求コンシューマーが結果を返すために使用する値を取得します。

適用対象