Sprache

IQueryProvider.RebuildItem(INavigableItem, Boolean, IUpdateState) Methode

Definition

Fragt die Eigenschaften eines einzelnen Elements ab.

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)

Parameter

item
INavigableItem

Gegenstand wird aktualisiert.

applyItemParentFilter
Boolean

true um anzugeben, ob der Elternfilter angewendet werden soll; ansonsten gilt false.

updateState
IUpdateState

Zielobjekt, das Zustandsupdates übernimmt.

Gilt für: