INavigableItem.IsLeaf(ItemScope) 方法

定义

获取或设置一个值,该值指示某一项是否是叶成员。

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

参数

view
ItemScope

项的作用域。

返回

如果项是叶成员,则为 true;否则为 false

适用于