IUpdateChildrenRequest Interface

Definition

Interface used with INavigableItem.UpdateChildren to load a set of fields across all children asynchronously.

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
Implements

Properties

AbortEvent

Gets the handler that aborts the operation of the object.

(Inherited from IAbortableRequest)
RequiredFields

Gets the required field for the object.

Applies to