IQueryProvider.RebuildItem(INavigableItem, Boolean, IUpdateState) 方法

定义

查询单独项的属性。

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)

参数

item
INavigableItem

要刷新的项。

applyItemParentFilter
Boolean

true 指定是否应应用父筛选器;否则,为 false.

updateState
IUpdateState

处理状态更新的目标对象。

适用于