IQueryProvider.RebuildItem(INavigableItem, Boolean, IUpdateState) Metodo

Definizione

Interroga le proprietà di un singolo elemento.

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)

Parametri

item
INavigableItem

Articolo da aggiornare.

applyItemParentFilter
Boolean

true per specificare se il filtro genitore dovesse essere applicato; altrimenti, false.

updateState
IUpdateState

oggetto target che gestisce gli aggiornamenti di stato.

Si applica a