言語

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

適用対象