IUpdateChildrenRequest インターフェイス

定義

INavigableItem.UpdateChildrenと連携して、すべての子に非同期でフィールドを読み込むインターフェース。

public interface class IUpdateChildrenRequest : Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IAbortableRequest
public interface IUpdateChildrenRequest : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IAbortableRequest
type IUpdateChildrenRequest = interface
    interface IAbortableRequest
Public Interface IUpdateChildrenRequest
Implements IAbortableRequest
実装

プロパティ

名前 説明
AbortEvent

オブジェクトの操作を中止するハンドラーを手に入れます。

(継承元 IAbortableRequest)
RequiredFields

オブジェクトの必要なフィールドを取得します。

適用対象