INavigableItem.IsApplicable(ItemScope) 메서드

정의

항목이 개체에 적용 가능한지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 bool IsApplicable(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::ItemScope view);
public bool IsApplicable (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ItemScope view);
abstract member IsApplicable : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ItemScope -> bool
Public Function IsApplicable (view As ItemScope) As Boolean

매개 변수

view
ItemScope

항목의 범위입니다.

반환

항목이 적용 가능하면 true이고, 그렇지 않으면 false입니다.

적용 대상