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

상태 업데이트를 처리하는 대상 개체입니다.

적용 대상