次の方法で共有


INavigableItem.IsExpandable(ItemScope) メソッド

定義

アイテムがオブジェクトに拡張可能かどうかを示す値を取得または設定します。

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

パラメーター

view
ItemScope

アイテムのスコープです。

戻り値

拡張可能なアイテムの場合は true、それ以外の場合は false です。

適用対象