IGetChildrenRequest Interface

Definition

Important

This API is not CLS-compliant.

Retrieves children asynchronously in batches with the INavigableItem.GetChildren object.

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
Attributes
Implements

Properties

AbortEvent

Gets the handler that aborts the operation of the object.

(Inherited from IAbortableRequest)
UseCachedResults

Gets a value indicating whether the request consumer should use cached results or re-query results.

ViewScope

Gets the scope for the request.

Methods

AddResults(ICollection<INavigableItem>)

Retrieves a value used by the request consumer to return results.

Applies to