次の方法で共有


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 です。

適用対象