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

适用于