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.

적용 대상