Partager via


IQueryProvider.RebuildItem(INavigableItem, Boolean, IUpdateState) Méthode

Définition

Actualise les propriétés d'un élément individuel.

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)

Paramètres

item
INavigableItem

Élément à actualiser.

applyItemParentFilter
Boolean

true pour spécifier si le filtre parent doit être appliqué ; sinon, false.

updateState
IUpdateState

objet cible qui gère les mises à jour d’état.

S’applique à