IQueryProvider.RebuildItem(INavigableItem, Boolean, IUpdateState) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Requeries the properties of an individual item.
public:
void RebuildItem(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigableItem ^ item, bool applyItemParentFilter, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IUpdateState ^ updateState);
public void RebuildItem (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigableItem item, bool applyItemParentFilter, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IUpdateState updateState);
abstract member RebuildItem : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigableItem * bool * Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IUpdateState -> unit
Public Sub RebuildItem (item As INavigableItem, applyItemParentFilter As Boolean, updateState As IUpdateState)
Parameters
- item
- INavigableItem
Item to be refreshed.
- applyItemParentFilter
- Boolean
true
to specify whether the parent filter should be applied; otherwise, false
.
- updateState
- IUpdateState
target object that handles state updates.