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

適用対象