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

适用于