INavigableItem.UpdateChildren(IUpdateChildrenRequest) Method

Definition

Indicates the update of children of the item.

public:
 void UpdateChildren(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IUpdateChildrenRequest ^ request);
public void UpdateChildren (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IUpdateChildrenRequest request);
abstract member UpdateChildren : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IUpdateChildrenRequest -> unit
Public Sub UpdateChildren (request As IUpdateChildrenRequest)

Parameters

request
IUpdateChildrenRequest

An interface that represents the request to retrieve children.

Applies to