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

適用於