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

此項目的範圍。

傳回

Boolean

true 表示屬於分葉成員的項目,否則為 false

適用於