言語

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

状態更新を処理するターゲットオブジェクト。

適用対象